mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +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:
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
Common and useful classes, methods, exceptions etc.
|
Common and useful classes, methods, exceptions etc.
|
||||||
|
|
||||||
|
# 1.1.2
|
||||||
|
|
||||||
|
1. Change mode of `Xdebug` to `coverage` in Docker's configuration to make it possible to generate code coverage by
|
||||||
|
`PHPUnit`
|
||||||
|
|
||||||
# 1.1.1
|
# 1.1.1
|
||||||
|
|
||||||
1. [BaseCollection] Treat the `null` index as "no index" only while adding new element, iow. do not treat empty
|
1. [BaseCollection] Treat the `null` index as "no index" only while adding new element, iow. do not treat empty
|
||||||
|
|||||||
@@ -29,3 +29,5 @@ services:
|
|||||||
command: --version
|
command: --version
|
||||||
volumes:
|
volumes:
|
||||||
- .:/var/www/application:cached
|
- .:/var/www/application:cached
|
||||||
|
environment:
|
||||||
|
XDEBUG_MODE: coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user