summaryrefslogtreecommitdiff
path: root/ext/db/tests
Commit message (Collapse)AuthorAgeFilesLines
* expand test: see if another insert failsMarcus Boerger2002-11-071-0/+1
|
* Updated testsMarcus Boerger2002-10-227-65/+80
|
* have you ever tried to run the regression tests with error_reporting=E_ALL ?Hartmut Holzgraefe2000-10-236-0/+12
| | | | | now it will run smoothly without all theese 'undefined ...' warnings
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-276-0/+107
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.