Skip to content

Commit 07763c6

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #606
2 parents ccc2f89 + c4ba4c7 commit 07763c6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

symfony/phpunit-bridge/4.3/bin/phpunit

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
66
exit(1);
77
}
88

9-
if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
10-
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
11-
}
12-
if (false === getenv('SYMFONY_PHPUNIT_REMOVE')) {
13-
putenv('SYMFONY_PHPUNIT_REMOVE=');
14-
}
159
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
1610
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
1711
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../3.3/phpunit.xml.dist
1+
../4.1/phpunit.xml.dist

0 commit comments

Comments
 (0)