Add some colors to phpunit output! :)

This commit is contained in:
Kuba Turek 2014-12-02 19:56:58 +01:00
parent 8694805eba
commit b00509cf8e

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>