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 commit is contained in:
jaubourg
2012-12-04 07:39:27 +01:00
parent 3ab26340dc
commit 228ab3ddae
38 changed files with 833 additions and 1306 deletions

View File

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