Ajax: make jQuery#load "type" field explicit

* Move "evalScript.php" file to appropriate place

* Make jQuery#load "type" field explicit and add test for it

Ref trac-11264
This commit is contained in:
Oleg Gaidarenko
2015-02-10 22:42:21 +03:00
parent 0ac28ed293
commit 4ef120d3f2
4 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1 @@
ok( "<?php echo $_SERVER['REQUEST_METHOD'] ?>" === "GET", "request method is <?php echo $_SERVER['REQUEST_METHOD'] ?>" );