Added a way to run the test suite as an XHTML page.
This commit is contained in:
parent
8e8d7ade43
commit
1d513efd3c
5
test/xhtml.php
Normal file
5
test/xhtml.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
# Load and run the test suite as a proper XHTML page
|
||||||
|
header("Content-type: application/xhtml+xml");
|
||||||
|
readfile("index.html");
|
||||||
|
?>
|
Loading…
Reference in a new issue