Adjusting settings & step back to PHPUnit 8 because of incompatible tests

This commit is contained in:
Philipp Holzer 2021-05-15 23:58:29 +02:00
parent d84f6e382f
commit 2c59bedb2a
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
4 changed files with 9 additions and 3 deletions

View File

@ -8,3 +8,5 @@ opcache.max_accelerated_files=10000
opcache.memory_consumption=128 opcache.memory_consumption=128
opcache.save_comments=1 opcache.save_comments=1
opcache.revalidate_freq=1 opcache.revalidate_freq=1
apc.enabled=1
apc.enable_cli=1

View File

@ -8,3 +8,5 @@ opcache.max_accelerated_files=10000
opcache.memory_consumption=128 opcache.memory_consumption=128
opcache.save_comments=1 opcache.save_comments=1
opcache.revalidate_freq=1 opcache.revalidate_freq=1
apc.enabled=1
apc.enable_cli=1

View File

@ -18,9 +18,9 @@ RUN set -ex; \
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv pcntl openssl RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv pcntl openssl
RUN set -ex; \ RUN set -ex; \
curl -O -L https://phar.phpunit.de/phpunit-9.4.4.phar; \ curl -O -L https://phar.phpunit.de/phpunit-8.phar; \
chmod +x phpunit-9.4.4.phar; \ chmod +x phpunit-8.phar; \
mv phpunit-9.4.4.phar /usr/local/bin/phpunit; mv phpunit-8.phar /usr/local/bin/phpunit;
RUN set -ex; \ RUN set -ex; \
curl -O -L https://getcomposer.org/download/1.10.15/composer.phar; \ curl -O -L https://getcomposer.org/download/1.10.15/composer.phar; \
chmod +x composer.phar; \ chmod +x composer.phar; \

View File

@ -8,3 +8,5 @@ opcache.max_accelerated_files=10000
opcache.memory_consumption=128 opcache.memory_consumption=128
opcache.save_comments=1 opcache.save_comments=1
opcache.revalidate_freq=1 opcache.revalidate_freq=1
apc.enabled=1
apc.enable_cli=1