PHPUnit tests: coloring doesn't work on Windows
authorMax Semenik <maxsem@users.mediawiki.org>
Mon, 29 Mar 2010 14:11:19 +0000 (14:11 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Mon, 29 Mar 2010 14:11:19 +0000 (14:11 +0000)
maintenance/tests/phpunit.xml

index 11b6b0e..1d04b7f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- See http://www.phpunit.de/manual/3.3/en/appendixes.configuration.html -->
 <phpunit bootstrap="./bootstrap.php"
-         colors="true"
+         colors="false"
          backupGlobals="false"
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"