aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/evalScript.php
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2012-03-07 16:54:05 +0100
committerjaubourg <j@ubourg.net>2012-03-07 16:54:05 +0100
commitd3fad51cad1f71bd20beba81b51552295721a5a5 (patch)
treea27eb97bc43bca57ac6aaa1eb02804e9bf506bc4 /test/data/evalScript.php
parent484cea1b5651d215a24d3a6827663a4e16a6a253 (diff)
downloadjquery-d3fad51cad1f71bd20beba81b51552295721a5a5.tar.gz
jquery-d3fad51cad1f71bd20beba81b51552295721a5a5.zip
Fixes #11264 or rather seriously limits the risk of global ajaxSettings screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added.
Diffstat (limited to 'test/data/evalScript.php')
-rw-r--r--test/data/evalScript.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/evalScript.php b/test/data/evalScript.php
new file mode 100644
index 000000000..ea9b8c55f
--- /dev/null
+++ b/test/data/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