Explorar o código

phpunit-5.6.10 link is broken
Use 5.6.8 instead

Bo Yang %!s(int64=6) %!d(string=hai) anos
pai
achega
71e5de01d3
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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