Skip to content

Commit

Permalink
Remove infection
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Jan 29, 2025
1 parent f678974 commit d16954e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions images/8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true && composer global require ergebnis/composer-normalize

# Install infection/infection for mutation testing
RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
# RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug
# RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection

# Install Deptrac
RUN mkdir -p /tools/deptrac && \
Expand Down
6 changes: 3 additions & 3 deletions images/8.4/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true && composer global require ergebnis/composer-normalize

# Install infection/infection for mutation testing
RUN apk add --update linux-headers && rm -rf /var/cache/apk/*
RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
# RUN apk add --update linux-headers && rm -rf /var/cache/apk/*
# RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection

# Install Deptrac
RUN mkdir -p /tools/deptrac && \
Expand Down

0 comments on commit d16954e

Please sign in to comment.