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

Commit 574cc71

Browse files
authored
Merge pull request #1822 from localheinz/feature/verbose
Enhancement: Configure verbose output via phpunit.xml.dist
2 parents ce73e73 + 9a46523 commit 574cc71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sniff: vendor/autoload.php ## Detects code style issues with phpcs
1212
vendor/bin/phpcs --standard=PSR2 src -n
1313

1414
test: vendor/autoload.php ## Runs tests with phpunit
15-
vendor/bin/phpunit --verbose
15+
vendor/bin/phpunit
1616

1717
vendor/autoload.php:
1818
composer install --no-interaction --prefer-dist

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
66
bootstrap="vendor/autoload.php"
77
colors="true"
8+
verbose="true"
89
>
910
<testsuites>
1011
<testsuite name="Faker Test Suite">

0 commit comments

Comments
 (0)