summaryrefslogtreecommitdiff
path: root/tests/classes/class_example.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests for E_STRICT and check for E_STRICT in run-tests.php.Marcus Boerger2003-11-301-1/+1
|
* Prefix all engine 2 testsMarcus Boerger2003-08-091-2/+0
|
* - Convert cfunction -> function.Andi Gutmans2001-04-261-2/+2
|
* * all tests should pass now (expect for the interbase stuff that I haven'tStig Bakken2000-08-311-16/+16
| | | | | had the chance to test)
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-271-0/+87
Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them.