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

Commit 8a19368

Browse files
committedJul 17, 2015
Enhancement: Use colors option when running phpunit
·
v1.9.2v1.6.0
1 parent b1abe41 commit 8a19368

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎phpunit.xml.dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit bootstrap="vendor/autoload.php">
3+
<phpunit
4+
bootstrap="vendor/autoload.php"
5+
colors="true"
6+
>
47
<testsuites>
58
<testsuite name="Faker Test Suite">
69
<directory>./test/Faker/</directory>

0 commit comments

Comments
 (0)
This repository has been archived.