summaryrefslogtreecommitdiff
path: root/run-tests2.php
Commit message (Collapse)AuthorAgeFilesLines
* many new enhancements to run-tests that allow for testing cgi and otherShane Caraveo2003-03-251-580/+1006
| | | | | | sapi modules via http. see README.TESTING2 for more details several sapi tests added
* * email address changeStig Bakken2003-03-181-1/+1
|
* bring up to date with change in run-testsShane Caraveo2003-02-171-200/+367
|
* whitespace changesShane Caraveo2003-02-091-126/+125
|
* remove dos line endingsSterling Hughes2002-12-011-1/+1
|
* Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()John Coggeshall2002-11-131-1/+1
| | | | | | | | | | function. Modified the layout and some minor logic in the experimental webHarness() test class Added Whitespace accidently to array.c :)
* Modified the experimental new test class to make it easier to port to theJohn Coggeshall2002-11-011-35/+210
| | | | | | | | | | | | web. Pushed all echo statements through a function that can be overwritten, changed the way pass/skip/fail is handled (separate function) that of course can also be overwritten. To begin testing of a web-based test script also created a webHarness class which will output HTML. To use, just $a = new webHarness(); instead of $a = new testHarness(); A few modifications still must be made to remove the CLI reliance completely. Also modified a test script description.
* initial reorganization of run-tests, commiting so both John andShane Caraveo2002-10-301-0/+806
I can work on it.