aboutsummaryrefslogtreecommitdiffstats
path: root/tests/RUNNING_TESTS.md
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2013-11-20 13:47:31 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2014-11-08 11:36:13 +0100
commit5a7caf65084369422fdbe4aaaae46e5de69cc594 (patch)
tree2845c69f21c9784457335ab8c43deaf74990a23a /tests/RUNNING_TESTS.md
parent1601b61ef923496b8b9f0f13f35023397f2162f3 (diff)
downloadforums-5a7caf65084369422fdbe4aaaae46e5de69cc594.tar
forums-5a7caf65084369422fdbe4aaaae46e5de69cc594.tar.gz
forums-5a7caf65084369422fdbe4aaaae46e5de69cc594.tar.bz2
forums-5a7caf65084369422fdbe4aaaae46e5de69cc594.tar.xz
forums-5a7caf65084369422fdbe4aaaae46e5de69cc594.zip
[feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallback
Diffstat (limited to 'tests/RUNNING_TESTS.md')
-rw-r--r--tests/RUNNING_TESTS.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/RUNNING_TESTS.md b/tests/RUNNING_TESTS.md
index afd7caa709..b082197166 100644
--- a/tests/RUNNING_TESTS.md
+++ b/tests/RUNNING_TESTS.md
@@ -120,8 +120,9 @@ directory (above phpBB):
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. If you
+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
only want the slow tests, run:
$ phpBB/vendor/bin/phpunit --group slow