From 8cdec02a010219d30d15aa2f0485ccd4ec4f9212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 23 Sep 2019 13:17:53 +0200 Subject: [PATCH] Use PHPUnit 7.5 for tests --- bin/phpunit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/phpunit b/bin/phpunit index cd7e32e7..a1600d5e 100644 --- a/bin/phpunit +++ b/bin/phpunit @@ -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=');