aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-01-10 23:20:06 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-01-11 01:06:01 +0100
commite00c5544d260741c6639d9a005ea933888ee8317 (patch)
treee14bf2bd049d0ba361d58812c4f13c3a02de538c /phpunit.xml.dist
parentd7299f5071d461e6bf77df8c96b19bcd1bf027db (diff)
downloadforums-e00c5544d260741c6639d9a005ea933888ee8317.tar
forums-e00c5544d260741c6639d9a005ea933888ee8317.tar.gz
forums-e00c5544d260741c6639d9a005ea933888ee8317.tar.bz2
forums-e00c5544d260741c6639d9a005ea933888ee8317.tar.xz
forums-e00c5544d260741c6639d9a005ea933888ee8317.zip
[ticket/9990] Integrate utf normalizer tests into test suite
PHPBB3-9990
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist10
1 files changed, 8 insertions, 2 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 78c7fdd93a..de8134da8e 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -2,7 +2,7 @@
<phpunit backupGlobals="true"
backupStaticAttributes="true"
- colors="false"
+ colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
@@ -16,7 +16,13 @@
<directory suffix="_test.php">./tests/</directory>
</testsuite>
</testsuites>
-
+
+ <groups>
+ <exclude>
+ <group>slow</group>
+ </exclude>
+ </groups>
+
<filter>
<blacklist>
<directory>./tests/</directory>