Add some colors to phpunit output! :)

This commit is contained in:
Kuba Turek
2015-01-24 17:08:51 +01:00
parent 8694805eba
commit b00509cf8e
+2 -2
View File
@@ -5,8 +5,8 @@
backupGlobals="false"
verbose="true"
strict="true"
colors="false">
<testsuite name="small">
colors="true">
<testsuite name="unit-tests">
<directory suffix="Test.php">tests</directory>
</testsuite>