From 31654e728fb1dc3e4c0ab2aa616ef7b48dcda8c1 Mon Sep 17 00:00:00 2001 From: Andrii Dembitskyi Date: Sat, 25 Mar 2023 23:19:54 +0200 Subject: [PATCH] [ticket/17126] Fix filename in instructions about running all tests PHPBB3-17126 --- tests/RUNNING_TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RUNNING_TESTS.md b/tests/RUNNING_TESTS.md index 439415d45a..81d7516c0b 100644 --- a/tests/RUNNING_TESTS.md +++ b/tests/RUNNING_TESTS.md @@ -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