diff options
Diffstat (limited to 'test/data/test.php')
-rw-r--r-- | test/data/test.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/test.php b/test/data/test.php new file mode 100644 index 000000000..9dbea9798 --- /dev/null +++ b/test/data/test.php @@ -0,0 +1,7 @@ +html text<br/> +<script type="text/javascript">/* <![CDATA[ */ +testFoo = "foo"; $('#foo').html('foo'); +ok( true, "test.php executed" ); +/* ]]> */</script> +<script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script> +blabla
\ No newline at end of file |