Skip to content

Commit 067f491

Browse files
We are using the vendor phpunit version
1 parent 476b29b commit 067f491

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

magento-mess-detector/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ RUN composer install --prefer-dist
77

88

99
FROM php:7.3-cli-alpine3.9
10-
11-
RUN curl -L https://phar.phpunit.de/phpunit-6.5.9.phar -o /usr/local/bin/phpunit
12-
RUN chmod +x /usr/local/bin/phpunit
1310
COPY --from=builder /var/www/magento2ce/ /m2/
1411
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
1512
ADD phpunit.phpmd.xml /m2/dev/tests/static/phpunit.phpmd.xml

0 commit comments

Comments
 (0)