1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 16:01:40 +02:00

[ticket/9990] Integrate utf normalizer tests into test suite

PHPBB3-9990
This commit is contained in:
Igor Wiedler
2011-01-10 23:20:06 +01:00
parent d7299f5071
commit e00c5544d2
5 changed files with 330 additions and 2 deletions

View File

@@ -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>