From f7161c34cbd45d87124ad25cf06d3ff57e3bc23f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 20 Apr 2012 23:11:53 +0200 Subject: reenabled romanization test The test can be skipped by excluding the "slow" group. --- _test/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_test/README') diff --git a/_test/README b/_test/README index 8ef5b162b..358da0329 100644 --- a/_test/README +++ b/_test/README @@ -39,7 +39,11 @@ You can run a single test file by providing it as an argument to phpunit: phpunit --stderr tests/inc/common_cleanText.test.php -FIXME add info about test groups. +You can also use groups to exclude certain test from running. For example use +the following command to avoid long running test or tests accessing the +Internet. + + phpunit --stderr --exclude-group slow,internet ===== Create new Tests ===== -- cgit v1.2.3