r89179 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89178‎ | r89179 | r89180 >
Date:18:26, 30 May 2011
Author:hashar
Status:reverted (Comments)
Tags:
Comment:
enable colors in PHPUnit

Since PHPUnit support color output, we might as well use it :)
Modified paths:
  • /trunk/phase3/tests/phpunit/suite.xml (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/suite.xml
@@ -2,7 +2,7 @@
33
44 <!-- colors don't work on Windows! -->
55 <phpunit bootstrap="./bootstrap.php"
6 - colors="false"
 6+ colors="true"
77 backupGlobals="false"
88 convertErrorsToExceptions="true"
99 convertNoticesToExceptions="true"

Follow-up revisions

RevisionCommit summaryAuthorDate
r89181rvv:P r89179: it doesn't work on Windows Which should have been clear from co...maxsem18:40, 30 May 2011
r94673enable colors in PHPUnit (redoing r89179)....hashar18:23, 16 August 2011

Comments

#Comment by Hashar (talk | contribs)   18:41, 30 May 2011

who read comments anyway ... --> reverted!

Status & tagging log