Parcourir la source

phpunit-5.6.10 link is broken
Use 5.6.8 instead

Bo Yang il y a 6 ans
Parent
commit
71e5de01d3
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      tests.sh

+ 1 - 2
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