Merge "Revert "Stop always loading MonoBook and Vector""
[lhc/web/wiklou.git] / tests / phpunit / suite.xml
index a0c532e..574c11e 100644 (file)
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- colors don't work on Windows! -->
+<!--
+Colors don't work on Windows!
+phpunit.php enables colors for other OSs at runtime
+-->
 <phpunit bootstrap="./bootstrap.php"
-       colors="true"
+       colors="false"
        backupGlobals="false"
        convertErrorsToExceptions="true"
        convertNoticesToExceptions="true"
@@ -38,8 +41,6 @@
                <testsuite name="extensions">
                        <file>suites/ExtensionsTestSuite.php</file>
                        <file>suites/ExtensionsParserTestSuite.php</file>
-               </testsuite>
-               <testsuite name="less">
                        <file>suites/LessTestSuite.php</file>
                </testsuite>
        </testsuites>