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

Commit

Permalink
Enhancement: Configure verbose output via phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 25, 2019
1 parent 674d89a commit d2b2968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sniff: vendor/autoload.php ## Detects code style issues with phpcs
vendor/bin/phpcs --standard=PSR2 src -n

test: vendor/autoload.php ## Runs tests with phpunit
vendor/bin/phpunit --verbose
vendor/bin/phpunit

vendor/autoload.php:
composer install --no-interaction --prefer-dist
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
verbose="true"
>
<testsuites>
<testsuite name="Faker Test Suite">
Expand Down

0 comments on commit d2b2968

Please sign in to comment.