Browse Source

Add some colors to phpunit output! :)

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

4
phpunit.xml.dist

@ -5,8 +5,8 @@
backupGlobals="false" backupGlobals="false"
verbose="true" verbose="true"
strict="true" strict="true"
colors="false"> colors="true">
<testsuite name="small"> <testsuite name="unit-tests">
<directory suffix="Test.php">tests</directory> <directory suffix="Test.php">tests</directory>
</testsuite> </testsuite>

Loading…
Cancel
Save