Merge pull request #20579 from HannahShiSFB/20523-phpunit5
PHP: change phpunit version from 4.8.36 to 5.7.27pull/20599/head
commit
acd09a1ee5
17 changed files with 69 additions and 38 deletions
@ -1,3 +1,3 @@ |
||||
RUN wget https://phar.phpunit.de/phpunit-4.8.36.phar && ${'\\'} |
||||
mv phpunit-4.8.36.phar /usr/local/bin/phpunit && ${'\\'} |
||||
RUN wget https://phar.phpunit.de/phpunit-5.7.27.phar && ${'\\'} |
||||
mv phpunit-5.7.27.phar /usr/local/bin/phpunit && ${'\\'} |
||||
chmod +x /usr/local/bin/phpunit |
||||
|
Loading…
Reference in new issue