Merge "Use Revision::getParentLengths in history"
[lhc/web/wiklou.git] / tests / phpunit / suite.xml
index eb52aa6..f286fa1 100644 (file)
@@ -8,6 +8,9 @@
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
          stopOnFailure="false"
+                timeoutForSmallTests="2"
+                timeoutForMediumTests="10"
+                timeoutForLargeTests="60"
          strict="true"
                 verbose="true">
        <testsuites>
                <testsuite name="skins">
                        <directory>skins</directory>
                </testsuite>
+               <!-- As there is a class Maintenance, we cannot use the
+                    name "maintenance" directly -->
+               <testsuite name="maintenance_suite">
+                       <directory>maintenance</directory>
+               </testsuite>
+               <testsuite name="structure">
+                       <file>StructureTest.php</file>
+               </testsuite>
                <testsuite name="uploadfromurl">
                        <file>suites/UploadFromUrlTestSuite.php</file>
                </testsuite>
@@ -31,6 +42,7 @@
                <exclude>
                        <group>Utility</group>
                        <group>Broken</group>
+                       <group>ParserFuzz</group>
                        <group>Stub</group>
                </exclude>
        </groups>