Skip to content

Commit 70ddef1

Browse files
committed
Fix xdebug
1 parent 2d07b3a commit 70ddef1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

images/8.1/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
129129
RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true && composer global require ergebnis/composer-normalize
130130

131131
# Install infection/infection for mutation testing
132-
#RUN pecl install xdebug-3.0.4 && docker-php-ext-enable xdebug
133-
#RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
132+
RUN pecl install xdebug && docker-php-ext-enable xdebug
133+
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
134134

135135
# Install Deptrac
136136
RUN mkdir -p /tools/deptrac && \

images/8.1/Dockerfile-alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
128128
RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true && composer global require ergebnis/composer-normalize
129129

130130
# Install infection/infection for mutation testing
131-
#RUN pecl install xdebug-3.0.4 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
132-
#RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
131+
RUN pecl install xdebug && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
132+
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
133133

134134
# Install Deptrac
135135
RUN mkdir -p /tools/deptrac && \

images/8.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
129129
RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true && composer global require ergebnis/composer-normalize
130130

131131
# Install infection/infection for mutation testing
132-
#RUN pecl install xdebug-3.0.4 && docker-php-ext-enable xdebug
133-
#RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
132+
RUN pecl install xdebug && docker-php-ext-enable xdebug
133+
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
134134

135135
# Install Deptrac
136136
RUN mkdir -p /tools/deptrac && \

images/8.2/Dockerfile-alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
128128
RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true && composer global require ergebnis/composer-normalize
129129

130130
# Install infection/infection for mutation testing
131-
#RUN pecl install xdebug-3.0.4 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
132-
#RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
131+
RUN pecl install xdebug && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
132+
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
133133

134134
# Install Deptrac
135135
RUN mkdir -p /tools/deptrac && \

0 commit comments

Comments
 (0)