Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b10e6aa

Browse files
authored
Merge pull request api-platform#1506 from darthf1/patch-3
fix(php): remove obsolete phpunit env var
2 parents 997c884 + 7d87912 commit b10e6aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ RUN set -eux; \
6767
echo 'ping.path = /ping'; \
6868
} | tee /usr/local/etc/php-fpm.d/docker-healthcheck.conf
6969

70-
# Workaround to allow using PHPUnit 8 with Symfony 4.3
71-
ENV SYMFONY_PHPUNIT_VERSION=8.3
72-
7370
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
7471
ENV COMPOSER_ALLOW_SUPERUSER=1
7572
# install Symfony Flex globally to speed up download of Composer packages (parallelized prefetching)

0 commit comments

Comments
 (0)