Skip to content

Commit

Permalink
Enhancement: Use colors option when running phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 17, 2015
1 parent b1abe41 commit 8a19368
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit bootstrap="vendor/autoload.php">
<phpunit
bootstrap="vendor/autoload.php"
colors="true"
>
<testsuites>
<testsuite name="Faker Test Suite">
<directory>./test/Faker/</directory>
Expand Down

0 comments on commit 8a19368

Please sign in to comment.