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:
parent
c981c04a1b
commit
9a46523b06
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user