mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/9990] Add docs for running slow tests
PHPBB3-9990
This commit is contained in:
@@ -50,6 +50,15 @@ Once the prerequisites are installed, run the tests from the project root direct
|
||||
|
||||
$ phpunit
|
||||
|
||||
Slow tests
|
||||
--------------
|
||||
Certain tests, such as the UTF-8 normalizer or the DNS tests tend to be slow.
|
||||
Thus these tests are in the `slow` group, which is excluded by default. You can
|
||||
enable slow tests by copying the phpunit.xml.all file to phpunit.xml. If you only
|
||||
want the slow tests, run:
|
||||
|
||||
$ phpunit --group slow
|
||||
|
||||
More Information
|
||||
================
|
||||
|
||||
|
Reference in New Issue
Block a user