http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89179

Revision: 89179
Author:   hashar
Date:     2011-05-30 18:26:46 +0000 (Mon, 30 May 2011)
Log Message:
-----------
enable colors in PHPUnit

Since PHPUnit support color output, we might as well use it :)

Modified Paths:
--------------
    trunk/phase3/tests/phpunit/suite.xml

Modified: trunk/phase3/tests/phpunit/suite.xml
===================================================================
--- trunk/phase3/tests/phpunit/suite.xml        2011-05-30 17:28:09 UTC (rev 
89178)
+++ trunk/phase3/tests/phpunit/suite.xml        2011-05-30 18:26:46 UTC (rev 
89179)
@@ -2,7 +2,7 @@
 
 <!-- colors don't work on Windows! -->
 <phpunit bootstrap="./bootstrap.php"
-         colors="false"
+         colors="true"
          backupGlobals="false"
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to