Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #643 from localheinz/feature/color
Browse files Browse the repository at this point in the history
Enhancement: Use colors option when running phpunit
  • Loading branch information
fzaninotto committed Jul 20, 2015
2 parents 8517a19 + 8a19368 commit 8935e74
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 8935e74

Please sign in to comment.