/home/runner/work/tao-community/tao-community
tao
views
node_modules
jquery
test
xhtml.php
Code Coverage
Lines
Functions and Methods
Classes and Traits
Total
0.00% covered (danger)
0.00%
0 / 2
n/a
0 / 0
CRAP
n/a
0 / 0
1
<?php
2
# Load and run the test suite as a proper XHTML page
3
header
(
"Content-type: application/xhtml+xml"
)
;
4
readfile
(
"index.html"
)
;
5
?>