]> granicus.if.org Git - php/commit
Modified the experimental new test class to make it easier to port to the
authorJohn Coggeshall <john@php.net>
Fri, 1 Nov 2002 00:22:02 +0000 (00:22 +0000)
committerJohn Coggeshall <john@php.net>
Fri, 1 Nov 2002 00:22:02 +0000 (00:22 +0000)
commit6ac365896c517fe159064dd3da6db1c63cffcda9
tree74b90a1945197c7084d76da14482791f599706a6
parent294b419d673eb545f59975ba8ab2e2cdc4e278ce
Modified the experimental new test class to make it easier to port to the
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.
ext/session/tests/021.phpt
run-tests2.php