mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Change mode of Xdebug to "coverage" in Docker's configuration to make it possible to generate code coverage by PHPUnit
This commit is contained in:
@@ -29,3 +29,5 @@ services:
|
||||
command: --version
|
||||
volumes:
|
||||
- .:/var/www/application:cached
|
||||
environment:
|
||||
XDEBUG_MODE: coverage
|
||||
|
||||
Reference in New Issue
Block a user