Revert "Organizes the php scripts used for testing better, so that the whole logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore."

This reverts commit 228ab3ddae.
This commit is contained in:
jaubourg
2012-12-05 14:54:14 +01:00
parent 6df2900d3a
commit b7ece8c620
38 changed files with 1308 additions and 835 deletions

1
test/data/evalScript.php Normal file
View File

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