Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd16954e

Browse files
committed
Remove infection
1 parentf678974 commitd16954e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎images/8.4/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.3.0alpha3 && 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-3.3.0alpha3 && 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.4/Dockerfile-alpine‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ 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 apk add --update linux-headers && rm -rf /var/cache/apk/*
132-
RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
133-
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
131+
#RUN apk add --update linux-headers && rm -rf /var/cache/apk/*
132+
#RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
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 && \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp