Move configuring SYMFONY_PHPUNIT_VERSION to phpunit.xml.dist

This commit is contained in:
Nicolas Grekas
2019-04-23 16:40:45 +02:00
parent c466e7a6cf
commit 844c9ad966
2 changed files with 33 additions and 7 deletions
-6
View File
@@ -6,12 +6,6 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
exit(1);
}
if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
}
if (false === getenv('SYMFONY_PHPUNIT_REMOVE')) {
putenv('SYMFONY_PHPUNIT_REMOVE=');
}
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
}