Skip to content

Commit

Permalink
switched colors to on by default in phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 13, 2011
1 parent 7b940ce commit 285e09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -2,7 +2,7 @@

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

4 comments on commit 285e09f

@stealth35
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fabpot bad render under windows

@Seldaek
Copy link
Member

@Seldaek Seldaek commented on 285e09f Oct 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a decent terminal like mintty or console2 should help :)

@stof
Copy link
Member

@stof stof commented on 285e09f Oct 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stealth35 You can still change it locally. This is why the library contains a phpunit.xml.dist, not a phpunit.xml

@stealth35
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stof I did that, it just surprised me after two month of osx ✌️

Please sign in to comment.