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 @@
3
3
4
4
<!-- colors don't work on Windows! -->
5
5
<phpunit bootstrap="./bootstrap.php"
6
- colors="false"
6
+ colors="true"
7
7
backupGlobals="false"
8
8
convertErrorsToExceptions="true"
9
9
convertNoticesToExceptions="true"
Follow-up revisions
Revision
Commit summary
Author
Date
r89181
rvv:P
r89179
: it doesn't work on Windows Which should have been clear from co...
maxsem
18:40, 30 May 2011
r94673
enable colors in PHPUnit (redoing
r89179
)....
hashar
18:23, 16 August 2011
Comments
#
Comment by
Hashar
(
talk
|
contribs
)
18:41, 30 May 2011
who read comments anyway ... --> reverted!
Status & tagging log
18:41, 30 May 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r89179
[
removed:
new
added:
reverted]