1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-11 01:55:24 +02:00

Merge pull request #6474 from andrew-demb/patch-2

Fix filename in instructions about running all tests
This commit is contained in:
Marc Alexander 2023-04-05 21:40:02 +02:00
commit 0260fcd6a7
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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