Add some colors to phpunit output! :)

This commit is contained in:
Kuba Turek 2014-12-02 19:56:58 +01:00
parent 7428f067b0
commit 4b4f6eb19d

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>