diff options
author | Max Semenik <maxsem@users.mediawiki.org> | 2011-05-30 18:40:27 +0000 |
---|---|---|
committer | Max Semenik <maxsem@users.mediawiki.org> | 2011-05-30 18:40:27 +0000 |
commit | dd372ba66475b7af3a9c4db6fe5d6666be2bd5c7 (patch) | |
tree | 7ce982a2769e59c6ece8cc6dad8ab240d07b295a /tests/phpunit/suite.xml | |
parent | 502bdc4f7450c8d3ee7df45c88401a2e43f52c09 (diff) | |
download | mediawikicore-dd372ba66475b7af3a9c4db6fe5d6666be2bd5c7.tar.gz mediawikicore-dd372ba66475b7af3a9c4db6fe5d6666be2bd5c7.zip |
rvv:P r89179: it doesn't work on Windows Which should have been clear from comment a few lines above
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89181
Diffstat (limited to 'tests/phpunit/suite.xml')
-rw-r--r-- | tests/phpunit/suite.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index c132f5e1ed8d..e6649beb33fc 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -2,7 +2,7 @@ <!-- colors don't work on Windows! --> <phpunit bootstrap="./bootstrap.php" - colors="true" + colors="false" backupGlobals="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" |