Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix test | Antony Dovgal | 2006-05-19 | 1 | -1/+1 |
| | |||||
* | fix test | Antony Dovgal | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | - add test for multipart POST | Pierre Joye | 2006-05-03 | 1 | -0/+42 |
| | | | | | - also first example of the POST_RAW section | ||||
* | more POST+array tests | Antony Dovgal | 2006-05-03 | 8 | -0/+155 |
| | |||||
* | fix test when session.save_handler is "user" | foobar | 2005-07-08 | 1 | -0/+1 |
| | |||||
* | Fixed bug #29971 (variables_order behaviour) | Dmitry Stogov | 2005-05-25 | 1 | -0/+15 |
| | |||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 9 | -15/+0 |
| | |||||
* | Fix 3 tests that didn't adequately specify the .ini settings they rely on | Rasmus Lerdorf | 2003-06-30 | 1 | -0/+1 |
| | |||||
* | Appended "\n" as suggested by Derick. | Moriyoshi Koizumi | 2002-12-19 | 1 | -1/+1 |
| | |||||
* | Added a test case for bug #20539 | Moriyoshi Koizumi | 2002-12-18 | 1 | -0/+10 |
| | |||||
* | Test argument passing for CLI | Marcus Boerger | 2002-08-21 | 1 | -0/+27 |
| | |||||
* | This does not work for CLI | Marcus Boerger | 2002-08-21 | 1 | -3/+4 |
| | |||||
* | Make test valid for either "register globals" setting. | Preston L. Bannister | 2002-05-16 | 1 | -9/+10 |
| | |||||
* | Fix typo in SKIP clause. | Preston L. Bannister | 2002-05-16 | 4 | -6/+6 |
| | |||||
* | Fixed many tests, mostly incorrect paths. | Sander Roobol | 2002-03-08 | 4 | -0/+8 |
| | |||||
* | - More test fixes | Derick Rethans | 2002-03-05 | 1 | -1/+1 |
| | |||||
* | Make these tests work regardless of the register_globals setting. | foobar | 2001-11-13 | 4 | -4/+4 |
| | |||||
* | Fix these to give correct results even if register_globals=off or | foobar | 2001-10-23 | 1 | -2/+10 |
| | | | | | register_argc_argv=off. | ||||
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 11 | -0/+109 |
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. |