Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix "make test" in VPATH environments | Sascha Schumann | 2000-12-24 | 1 | -2/+2 |
| | |||||
* | removed a warning when testing against a single .phpt file | Hartmut Holzgraefe | 2000-12-15 | 1 | -1/+1 |
| | |||||
* | * run-tests.php: fixed a few bugs, including the POST/GET problem reported by | Stig Bakken | 2000-12-15 | 1 | -9/+6 |
| | | | | | Stas | ||||
* | * rename write* to dowrite* to avoid clash with ext/sockets | Stig Bakken | 2000-12-13 | 1 | -19/+20 |
| | | | | | | * sapi/cgi seems to ignore command-line options when running in "real" CGI mode, need to find a way to pass include_path to it... | ||||
* | * output fix for skipped tests | Stig Bakken | 2000-12-08 | 1 | -1/+4 |
| | |||||
* | added TODO comment | Stig Bakken | 2000-12-08 | 1 | -217/+238 |
| | |||||
* | made run-tests.php windows compatible | Andre Langhorst | 2000-12-06 | 1 | -1/+3 |
| | |||||
* | changed run-tests.php to use 'php -q' instead of 'php -f' | Hartmut Holzgraefe | 2000-12-03 | 1 | -4/+4 |
| | |||||
* | Test descriptions showed up blank, fixed. | Stig Bakken | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | have you ever tried to run the regression tests with error_reporting=E_ALL ? | Hartmut Holzgraefe | 2000-10-23 | 1 | -15/+19 |
| | | | | | now it will run smoothly without all theese 'undefined ...' warnings | ||||
* | * don't require "POST" section to be present (TEST, FILE and EXPECT | Stig Bakken | 2000-09-09 | 1 | -1/+5 |
| | | | | | are enough) | ||||
* | Remove deprecated call-time reference | Stanislav Malyshev | 2000-09-03 | 1 | -2/+2 |
| | |||||
* | * all tests should pass now (expect for the interbase stuff that I haven't | Stig Bakken | 2000-08-31 | 1 | -3/+8 |
| | | | | | had the chance to test) | ||||
* | * Added "test" make target so you can do "make test" in any directory. | Stig Bakken | 2000-08-29 | 1 | -0/+21 |
| | | | | | * Added copyright header to run-test.php | ||||
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 1 | -0/+427 |
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. |