diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-25 07:15:58 -0500 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-25 07:23:46 -0500 |
| commit | c0b3151f0d8c394ab1522332549132ffc4ca3d63 (patch) | |
| tree | 23276d2beed5295c17b0349a5f7cc5d52fe49a90 | |
| parent | c701de695f33d78e99517b9213eb06a95e57f9a0 (diff) | |
| download | forums-c0b3151f0d8c394ab1522332549132ffc4ca3d63.tar forums-c0b3151f0d8c394ab1522332549132ffc4ca3d63.tar.gz forums-c0b3151f0d8c394ab1522332549132ffc4ca3d63.tar.bz2 forums-c0b3151f0d8c394ab1522332549132ffc4ca3d63.tar.xz forums-c0b3151f0d8c394ab1522332549132ffc4ca3d63.zip | |
[ticket/11294] Update required/optional extension list for olympus.
PHPBB3-11294
| -rw-r--r-- | tests/RUNNING_TESTS.txt | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/tests/RUNNING_TESTS.txt b/tests/RUNNING_TESTS.txt index 7c2a7c3fce..95c6b0a057 100644 --- a/tests/RUNNING_TESTS.txt +++ b/tests/RUNNING_TESTS.txt @@ -17,7 +17,24 @@ PHP extensions Unit tests use several PHP extensions that board code does not use. Currently the following PHP extensions must be installed and enabled to run unit tests: -- ctype +- ctype (also a phpunit dependency) +- dom (phpunit dependency) + +Some of the functionality in phpBB and/or the test suite uses additional +PHP extensions. If these extensions are not loaded, respective tests +will be skipped: + +- apc (APC cache driver) +- bz2 (compress tests) +- interbase, pdo_firebird (Firebird database driver) +- mysql, pdo_mysql (MySQL database driver) +- mysqli, pdo_mysql (MySQLi database driver) +- pdo (any database tests) +- pgsql, pdo_pgsql (PostgreSQL database driver) +- simplexml (any database tests) +- sqlite, pdo_sqlite (SQLite database driver, requires SQLite 2.x support + in pdo_sqlite) +- zlib (compress tests) Database Tests -------------- |
