diff --git a/symfony/phpunit-bridge/4.3/bin/phpunit b/symfony/phpunit-bridge/4.3/bin/phpunit index 30bccefe..4d1ed05d 100755 --- a/symfony/phpunit-bridge/4.3/bin/phpunit +++ b/symfony/phpunit-bridge/4.3/bin/phpunit @@ -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'); } diff --git a/symfony/phpunit-bridge/4.3/phpunit.xml.dist b/symfony/phpunit-bridge/4.3/phpunit.xml.dist index 29458d48..87fc0532 120000 --- a/symfony/phpunit-bridge/4.3/phpunit.xml.dist +++ b/symfony/phpunit-bridge/4.3/phpunit.xml.dist @@ -1 +1 @@ -../3.3/phpunit.xml.dist \ No newline at end of file +../4.1/phpunit.xml.dist \ No newline at end of file