-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unsupported
--verbose
PHPUnit option
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -349,7 +349,7 @@ jobs: | |
composer-options: "${{ env.COMPOSER_OPTIONS }} --prefer-stable" | ||
|
||
- name: "Collect code coverage with Xdebug and phpunit/phpunit" | ||
run: "vendor/bin/phpunit -c phpunit.xml.dist --verbose --exclude-group compare --coverage-clover=coverage.clover --coverage-text --colors" | ||
run: "vendor/bin/phpunit -c phpunit.xml.dist --exclude-group compare --coverage-clover=coverage.clover --coverage-text --colors" | ||
|
||
- name: "Upload coverage to Codecov" | ||
uses: "codecov/[email protected]" | ||
|
@@ -408,7 +408,7 @@ jobs: | |
cp /tmp/browscap.ini resources/browscap.ini | ||
- name: "Compare get_browser to browscap-php results" | ||
run: "vendor/bin/phpunit -c phpunit.xml.dist --verbose --no-coverage --group compare --colors" | ||
run: "vendor/bin/phpunit -c phpunit.xml.dist --no-coverage --group compare --colors" | ||
|
||
roave-backwards-compatibility-check: | ||
name: "Check for Backward Compatibility breaks" | ||
|