Skip to content

Commit

Permalink
switcher PHPUnit colors to true
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 24, 2011
1 parent 7cd0973 commit bdf8e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
Expand Down

0 comments on commit bdf8e69

Please sign in to comment.