/home/runner/work/tao-community/tao-community
tao
views
node_modules
jquery
test
data
nocontent.php
Code Coverage
Lines
Functions and Methods
Classes and Traits
Total
0.00% covered (danger)
0.00%
0 / 1
n/a
0 / 0
CRAP
n/a
0 / 0
1
<?php
2
3
header
(
'HTTP/1.0 204 No Content'
)
;
4
5
?>