aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/params_html.php
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-051-0/+12
| | | | | | 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 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-041-12/+0
| | | | 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.
* Clean trailing whitespace from all files.Colin Snover2010-12-301-3/+3
|
* Fixing endlines.Mark Gibson2009-11-251-11/+11
|
* test runner: a test for load() with a hash of data, and another for load() ↵Ariel Flesler2008-05-271-0/+12
with a string of data (#1516). It includes a php that dumps all the GET and POST vars to html elements, where the key makes the id, and the value the text.