1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Enhancement: Configure verbose output via phpunit.xml.dist

This commit is contained in:
Andreas Möller 2019-10-26 00:22:27 +02:00
parent c981c04a1b
commit 9a46523b06
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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">