We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f06df2 commit a6ddd01Copy full SHA for a6ddd01
.travis.yml
@@ -20,9 +20,9 @@ script:
20
- vendor/bin/php-cs-fixer fix --using-cache=no --dry-run --verbose
21
- |
22
if [[ $TRAVIS_PHP_VERSION == $FULL_BUILD_PHP_VERSION ]]; then
23
- php -d zend_extension=xdebug.so vendor/bin/phpunit --coverage-text --coverage-clover=build/tests/coverage.xml
+ php -d zend_extension=xdebug.so vendor/bin/phpunit --testdox --coverage-clover=build/tests/coverage.xml
24
else
25
- vendor/bin/phpunit
+ vendor/bin/phpunit --testdox
26
fi
27
- vendor/bin/phpstan analyse --level max src/ tests/ bin/
28
# build phar
0 commit comments