diff options
Diffstat (limited to 'test/data/test.php')
-rw-r--r-- | test/data/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/test.php b/test/data/test.php index 9dbea9798..3d08f3253 100644 --- a/test/data/test.php +++ b/test/data/test.php @@ -1,6 +1,6 @@ html text<br/> <script type="text/javascript">/* <![CDATA[ */ -testFoo = "foo"; $('#foo').html('foo'); +testFoo = "foo"; jQuery('#foo').html('foo'); ok( true, "test.php executed" ); /* ]]> */</script> <script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script> |