diff options
Diffstat (limited to 'test/data/ajax')
-rw-r--r-- | test/data/ajax/evalScript.php | 1 | ||||
-rw-r--r-- | test/data/ajax/method.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/data/ajax/evalScript.php b/test/data/ajax/evalScript.php new file mode 100644 index 000000000..ea9b8c55f --- /dev/null +++ b/test/data/ajax/evalScript.php @@ -0,0 +1 @@ +ok( "<?php echo $_SERVER['REQUEST_METHOD'] ?>" === "GET", "request method is <?php echo $_SERVER['REQUEST_METHOD'] ?>" );
\ No newline at end of file diff --git a/test/data/ajax/method.php b/test/data/ajax/method.php new file mode 100644 index 000000000..d76ff964b --- /dev/null +++ b/test/data/ajax/method.php @@ -0,0 +1 @@ +<?php echo $_SERVER['REQUEST_METHOD'] ?> |