diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-05-09 19:14:31 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-05-09 19:21:40 +0200 |
commit | c31123e8a4f3350cd33be80a8178a0c94617d9c7 (patch) | |
tree | 5984921bf10f9424e2c2f8d12d753f4960ff86b5 | |
parent | f2f97dd5e06be645f830e0467737d9f23544d631 (diff) | |
download | forums-c31123e8a4f3350cd33be80a8178a0c94617d9c7.tar forums-c31123e8a4f3350cd33be80a8178a0c94617d9c7.tar.gz forums-c31123e8a4f3350cd33be80a8178a0c94617d9c7.tar.bz2 forums-c31123e8a4f3350cd33be80a8178a0c94617d9c7.tar.xz forums-c31123e8a4f3350cd33be80a8178a0c94617d9c7.zip |
[ticket/11513] Update RUNNING_TESTS.txt to no longer refer to PEAR.
PHPBB3-11513
-rw-r--r-- | tests/RUNNING_TESTS.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/RUNNING_TESTS.txt b/tests/RUNNING_TESTS.txt index f33fa59dc2..0fa45e7bc4 100644 --- a/tests/RUNNING_TESTS.txt +++ b/tests/RUNNING_TESTS.txt @@ -7,9 +7,14 @@ Prerequisites PHPUnit ------- -phpBB unit tests use PHPUnit framework. Version 3.5 or better is required -to run the tests. PHPUnit prefers to be installed via PEAR; refer to -http://www.phpunit.de/ for more information. +phpBB unit tests use the PHPUnit framework (see http://www.phpunit.de for more +information). Version 3.5 or higher is required to run the tests. PHPUnit can +be installed via Composer together with other development dependencies as +follows. + + $ cd phpBB + $ php ../composer.phar install --dev + $ cd .. PHP extensions -------------- |