Add some colors to phpunit output! :)

1.0
Kuba Turek 10 years ago
parent 8694805eba
commit b00509cf8e
  1. 4
      phpunit.xml.dist

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

Loading…
Cancel
Save