diff options
Diffstat (limited to 'test/data/testbar.php')
-rw-r--r-- | test/data/testbar.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/testbar.php b/test/data/testbar.php new file mode 100644 index 000000000..21aa6882b --- /dev/null +++ b/test/data/testbar.php @@ -0,0 +1,3 @@ +this.testBar = "bar"; +jQuery("#ap").html("bar"); +ok( true, "testbar.php executed"); |