(second commit to get all files.)
[lhc/web/wiklou.git] / maintenance / tests / phpunit / suite.xml
index fdda2b8..0a3a8f4 100644 (file)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <phpunit bootstrap="./bootstrap.php"
-                colors="false"
+         colors="false"
          backupGlobals="false"
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
-                stopOnFailure="false">
+         stopOnFailure="false"
+         strict="true">
        <testsuites>
                <testsuite name="includes">
                        <directory>./includes</directory>
@@ -23,6 +24,7 @@
        </testsuites>
        <groups>
                <exclude>
+                       <group>Utility</group>
                        <group>Broken</group>
                        <group>Stub</group>
                </exclude>