diff options
author | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-16 18:27:03 +0000 |
---|---|---|
committer | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-16 18:27:03 +0000 |
commit | 3cba893f28b0f424d543562e241d178ccab0c229 (patch) | |
tree | 8b5a803710ad9e6d44d2e777b0ef47ac884c7430 | |
parent | c5dcf21507338e88c9140241647ea962e1cc238e (diff) | |
download | rpg-3cba893f28b0f424d543562e241d178ccab0c229.tar.gz rpg-3cba893f28b0f424d543562e241d178ccab0c229.tar.bz2 |
colors suck in log files
-rw-r--r-- | _testing/phpunit.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_testing/phpunit.xml b/_testing/phpunit.xml index 9991b7d92..934b50a3b 100644 --- a/_testing/phpunit.xml +++ b/_testing/phpunit.xml @@ -2,8 +2,7 @@ <phpunit bootstrap="bootstrap.php" convertNoticesToExceptions="false" - backupGlobals="yes" - colors="true"> + backupGlobals="yes"> <testsuites> <testsuite name="DokuWiki Tests"> |