Change colors=false to colors=true

This commit is contained in:
victorbjelkholm 2013-09-23 12:08:07 +02:00 committed by Jacob Kiers
parent ca5c3596dc
commit cec7f31cda
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"