diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-12-27 13:35:06 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-12-27 13:35:06 +0100 |
| commit | 453ec25e209d5753107212b232bf727c36976db2 (patch) | |
| tree | b3d1a6be22841dd709e4aa67a537b0f8c66c6e67 | |
| parent | 3f03dd7ecda237d8d06af7bcd7fe488e348c4105 (diff) | |
| parent | ca7327ba2671b6070b865d013d76f0a8894f2879 (diff) | |
| download | forums-453ec25e209d5753107212b232bf727c36976db2.tar forums-453ec25e209d5753107212b232bf727c36976db2.tar.gz forums-453ec25e209d5753107212b232bf727c36976db2.tar.bz2 forums-453ec25e209d5753107212b232bf727c36976db2.tar.xz forums-453ec25e209d5753107212b232bf727c36976db2.zip | |
Merge remote-tracking branch 'p/ticket/11294-develop' into develop
* p/ticket/11294-develop:
[ticket/11294] Update required/optional extension list for develop.
| -rw-r--r-- | tests/RUNNING_TESTS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/RUNNING_TESTS.txt b/tests/RUNNING_TESTS.txt index ee2657c85f..cede81d59d 100644 --- a/tests/RUNNING_TESTS.txt +++ b/tests/RUNNING_TESTS.txt @@ -19,6 +19,7 @@ the following PHP extensions must be installed and enabled to run unit tests: - ctype (also a PHPUnit dependency) - dom (PHPUnit dependency) +- json (also a phpBB dependency) Some of the functionality in phpBB and/or the test suite uses additional PHP extensions. If these extensions are not loaded, respective tests @@ -29,8 +30,10 @@ will be skipped: - interbase, pdo_firebird (Firebird database driver) - mysql, pdo_mysql (MySQL database driver) - mysqli, pdo_mysql (MySQLi database driver) +- pcntl (flock class) - pdo (any database tests) - pgsql, pdo_pgsql (PostgreSQL database driver) +- redis (https://github.com/nicolasff/phpredis, Redis cache driver) - simplexml (any database tests) - sqlite, pdo_sqlite (SQLite database driver, requires SQLite 2.x support in pdo_sqlite) |
