Commit 82a57978 authored by Igor Wiedler's avatar Igor Wiedler

enable colors in PHPUnit by default

parent b898202f
......@@ -2,7 +2,7 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment