Use PHPUnit 7.5 for tests

This commit is contained in:
Jan Böhmer 2019-09-23 13:17:53 +02:00
parent 9ee5dd9523
commit 8cdec02a01

View file

@ -7,7 +7,7 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
}
if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
putenv('SYMFONY_PHPUNIT_VERSION=7.5');
}
if (false === getenv('SYMFONY_PHPUNIT_REMOVE')) {
putenv('SYMFONY_PHPUNIT_REMOVE=');