Browse Source

turn colors back on for tests.

Taylor Otwell 12 years ago
parent
commit
28c3ef6eba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpunit.xml

+ 1 - 1
phpunit.xml

@@ -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>