Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set XDEBUG_MODE for coverage in PHPUnit with xdebug v3
After switching to xdebug v3 in 325974c, PHPUnit stopped creating coverage reports and began emitting the following warning: > XDEBUG_MODE=coverage or xdebug.mode=coverage has to be set We set this as an environment variable in the `smr-integration-test` service to re-enable coverage reports. See sebastianbergmann/php-code-coverage#834.
- Loading branch information