HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cpanel/ea-php54/root/usr/share/tests/pear/MDB2/tests/README
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