Skip to content

Commit a6ddd01

Browse files
committed
on phpunit run using testdox format
1 parent 6f06df2 commit a6ddd01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ script:
2020
- vendor/bin/php-cs-fixer fix --using-cache=no --dry-run --verbose
2121
- |
2222
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
23+
php -d zend_extension=xdebug.so vendor/bin/phpunit --testdox --coverage-clover=build/tests/coverage.xml
2424
else
25-
vendor/bin/phpunit
25+
vendor/bin/phpunit --testdox
2626
fi
2727
- vendor/bin/phpstan analyse --level max src/ tests/ bin/
2828
# build phar

0 commit comments

Comments
 (0)