Skip to content

Commit

Permalink
run phpunit with verbose & without testdox
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Jan 8, 2020
1 parent 4ecd33f commit 727bb20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
tests:
override:
- php-scrutinizer-run --enable-security-analysis
- command: vendor/bin/phpunit --testdox --coverage-clover=coverage.clover
- command: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
coverage:
file: coverage.clover
format: clover
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
script:
- vendor/bin/phpcs -sp src/ tests/
- vendor/bin/php-cs-fixer fix --using-cache=no --dry-run --verbose
- vendor/bin/phpunit --testdox --verbose
- vendor/bin/phpunit --verbose
- test $TRAVIS_PHP_VERSION != "7.0" && vendor/bin/phpstan analyse --no-progress --level max src/ tests/ || true
- test $TRAVIS_PHP_VERSION != "7.0" && vendor/bin/psalm --no-progress || true

Expand Down

0 comments on commit 727bb20

Please sign in to comment.