turn colors back on for tests.

This commit is contained in:
Taylor Otwell 2012-01-17 16:43:41 -06:00
parent 6bdc34dc07
commit 28c3ef6eba
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<phpunit colors="false" bootstrap="phpunit.php">
<phpunit colors="true" bootstrap="phpunit.php">
<testsuites>
<testsuite name="Test Suite">
<directory suffix=".test.php">tests/cases</directory>