aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-01-12 02:22:37 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-01-12 02:22:37 +0100
commit42cf9a9895bf36ee6a0a1821aefd6e567b251552 (patch)
tree2fcbc3953f6f11b3fbab844b093fcb71393dc9ed /tests
parente00c5544d260741c6639d9a005ea933888ee8317 (diff)
downloadforums-42cf9a9895bf36ee6a0a1821aefd6e567b251552.tar
forums-42cf9a9895bf36ee6a0a1821aefd6e567b251552.tar.gz
forums-42cf9a9895bf36ee6a0a1821aefd6e567b251552.tar.bz2
forums-42cf9a9895bf36ee6a0a1821aefd6e567b251552.tar.xz
forums-42cf9a9895bf36ee6a0a1821aefd6e567b251552.zip
[ticket/9990] Add docs for running slow tests
PHPBB3-9990
Diffstat (limited to 'tests')
-rw-r--r--tests/RUNNING_TESTS.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/RUNNING_TESTS.txt b/tests/RUNNING_TESTS.txt
index ac07978d3e..59197acc0f 100644
--- a/tests/RUNNING_TESTS.txt
+++ b/tests/RUNNING_TESTS.txt
@@ -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
================