mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00:00
[ticket/11513] Update RUNNING_TESTS.txt to no longer refer to PEAR.
PHPBB3-11513
This commit is contained in:
parent
f2f97dd5e0
commit
c31123e8a4
1 changed files with 8 additions and 3 deletions
|
@ -7,9 +7,14 @@ Prerequisites
|
||||||
PHPUnit
|
PHPUnit
|
||||||
-------
|
-------
|
||||||
|
|
||||||
phpBB unit tests use PHPUnit framework. Version 3.5 or better is required
|
phpBB unit tests use the PHPUnit framework (see http://www.phpunit.de for more
|
||||||
to run the tests. PHPUnit prefers to be installed via PEAR; refer to
|
information). Version 3.5 or higher is required to run the tests. PHPUnit can
|
||||||
http://www.phpunit.de/ for more information.
|
be installed via Composer together with other development dependencies as
|
||||||
|
follows.
|
||||||
|
|
||||||
|
$ cd phpBB
|
||||||
|
$ php ../composer.phar install --dev
|
||||||
|
$ cd ..
|
||||||
|
|
||||||
PHP extensions
|
PHP extensions
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue