1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 02:51:35 +02:00

[ticket/17126] Fix filename in instructions about running all tests

PHPBB3-17126
This commit is contained in:
Andrii Dembitskyi
2023-03-25 23:19:54 +02:00
committed by Marc Alexander
parent 389cca5402
commit 31654e728f

View File

@@ -145,7 +145,7 @@ Slow tests
Certain tests, such as 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
enable slow tests by copying the phpunit.xml.dist file to phpunit.xml. If you
only want the slow tests, run:
$ phpBB/vendor/bin/phpunit --group slow