Skip to content

Commit dfa458c

Browse files
committed
minor #380 Fix travis xdebug coverage (pvgnd)
This PR was merged into the 3.x-dev branch. Discussion ---------- Fix travis xdebug coverage In order to fix failing PHP 7.3 tests: `PHP Fatal error: Uncaught SebastianBergmann\CodeCoverage\RuntimeException: XDEBUG_MODE=coverage or xdebug.mode=coverage has to be set in /home/travis/build/symfony/monolog-bundle/.phpunit/phpunit-8.3-0/vendor/phpunit/php-code-coverage/src/Driver/Xdebug.php:50` Travis builds are failing under the new version of xdebug, you can fix that with setting XDEBUG_MODE to "coverage" in the config. See https://travis-ci.community/t/xdebug-3-is-installed-by-default-breaking-builds/10748 Commits ------- c330588 Fix travis xdebug coverage
2 parents a5b28e1 + c330588 commit dfa458c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cache:
1111
env:
1212
global:
1313
- SYMFONY_PHPUNIT_DIR=.phpunit
14+
- XDEBUG_MODE=coverage
1415

1516
matrix:
1617
fast_finish: true

0 commit comments

Comments
 (0)