We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338afd1 commit f3ef45fCopy full SHA for f3ef45f
dockerfile.sh
@@ -16,7 +16,7 @@ if [[ $TNT_CLIENT == pecl ]]; then
16
fi
17
18
if [[ $PHPUNIT_OPTS =~ (^|[[:space:]])--coverage-[[:alpha:]] ]]; then
19
- RUN_CMDS="$RUN_CMDS && \\\\\n pecl install pcov && docker-php-ext-enable pcov"
+ RUN_CMDS="$RUN_CMDS && \\\\\n pecl install xdebug && docker-php-ext-enable xdebug"
20
21
22
if [[ "1" != "$CHECK_CS" ]]; then
0 commit comments