File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
@php -derror_reporting=" E_ALL & ~E_DEPRECATED" vendor/bin/phpunit --configuration phpunit.xml
16
16
17
17
test-coverage :
18
- @php -derror_reporting=" E_ALL & ~E_DEPRECATED" -dzend_extension=xdebug.so vendor/bin/phpunit --configuration phpunit.xml --coverage-text --coverage-clover=coverage.xml
18
+ @php -derror_reporting=" E_ALL & ~E_DEPRECATED" -dzend_extension=xdebug.so -dxdebug.mode=coverage vendor/bin/phpunit --configuration phpunit.xml --coverage-text --coverage-clover=coverage.xml
19
19
20
20
phpbench :
21
21
@test -f ${HOME} /.cache/composer/phpbench-${PHPBENCH_VERSION} .phar || (mkdir -p ${HOME} /.cache/composer/ && wget https://github.com/phpbench/phpbench/releases/download/${PHPBENCH_VERSION} /phpbench.phar -O ${HOME} /.cache/composer/phpbench-${PHPBENCH_VERSION} .phar)
You can’t perform that action at this time.
0 commit comments