From 844c9ad966bb04dbff5d12d4aa542ce33465d5e2 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 23 Apr 2019 16:40:45 +0200 Subject: [PATCH] Move configuring SYMFONY_PHPUNIT_VERSION to phpunit.xml.dist --- symfony/phpunit-bridge/4.1/bin/phpunit | 6 ---- symfony/phpunit-bridge/4.1/phpunit.xml.dist | 34 ++++++++++++++++++++- 2 files changed, 33 insertions(+), 7 deletions(-) mode change 120000 => 100644 symfony/phpunit-bridge/4.1/phpunit.xml.dist diff --git a/symfony/phpunit-bridge/4.1/bin/phpunit b/symfony/phpunit-bridge/4.1/bin/phpunit index cd7e32e71..63dae24fd 100755 --- a/symfony/phpunit-bridge/4.1/bin/phpunit +++ b/symfony/phpunit-bridge/4.1/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.1/phpunit.xml.dist b/symfony/phpunit-bridge/4.1/phpunit.xml.dist deleted file mode 120000 index 29458d485..000000000 --- a/symfony/phpunit-bridge/4.1/phpunit.xml.dist +++ /dev/null @@ -1 +0,0 @@ -../3.3/phpunit.xml.dist \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.1/phpunit.xml.dist b/symfony/phpunit-bridge/4.1/phpunit.xml.dist new file mode 100644 index 000000000..705be8aac --- /dev/null +++ b/symfony/phpunit-bridge/4.1/phpunit.xml.dist @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + tests + + + + + + src + + + + + + +