summaryrefslogtreecommitdiff
path: root/run-tests2.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.