Merge branch 'next-minor'

This commit is contained in:
Dylan K. Taylor
2019-06-16 14:52:37 +01:00
3 changed files with 11 additions and 5 deletions

View File

@ -22,7 +22,8 @@ if [ $? -ne 0 ]; then
fi
#Run PHPUnit tests
curl https://phar.phpunit.de/phpunit-7.phar --silent --location -o phpunit.phar
#7.5.12 introduces changes that set the build on fire because we don't ship libxml - TODO FIX
curl https://phar.phpunit.de/phpunit-7.5.11.phar --silent --location -o phpunit.phar
"$PHP_BINARY" phpunit.phar --bootstrap vendor/autoload.php --fail-on-warning tests/phpunit || exit 1
#Run-the-server tests