phpunit-5.6.10 link is broken

Use 5.6.8 instead
pull/5644/head
Bo Yang 6 years ago
parent 96029f3c4a
commit 71e5de01d3
  1. 3
      tests.sh

@ -482,8 +482,7 @@ build_php5.6_mac() {
export PATH="$PHP_FOLDER/bin:$PATH"
# Install phpunit
curl https://phar.phpunit.de/phpunit-5.6.10.phar -L -o phpunit.phar
chmod +x phpunit.phar
curl https://phar.phpunit.de/phpunit-5.6.8.phar -L -o phpunit.phar chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit
# Install valgrind

Loading…
Cancel
Save