| Server IP : 217.160.0.95 / Your IP : 216.73.216.122 Web Server : Apache System : Linux infong-uk56 4.4.400-icpu-108 #2 SMP Wed Feb 11 11:51:01 UTC 2026 x86_64 User : u78863098 ( 10368940) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/php8.4/test/MDB2/tests/ |
Upload File : |
Configuration
=============
The test suite runs for every DBMS available for which you have supplied
<DBMS>_TEST_* environment variables. Read dsn.inc for complete information.
Requirements
============
The tests use PHPUnit 3.6. See www.phpunit.de for more information.
The Test Database
=================
The test suite automatically builds the needed objects. But if it is
necessary to create the objects manually, follow the instructions in
dsn.inc, then run:
php import.schema.php
Execution
=========
To run the entire suite, call the following from the directory containing
the tests directory:
phpunit tests
To run a particular set of tests, name the file to be run, for example:
phpunit tests/Standard/ApiTest.php