We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccc2f89 + c4ba4c7 commit 07763c6Copy full SHA for 07763c6
symfony/phpunit-bridge/4.3/bin/phpunit
@@ -6,12 +6,6 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
6
exit(1);
7
}
8
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
15
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
16
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
17
symfony/phpunit-bridge/4.3/phpunit.xml.dist
@@ -1 +1 @@
1
-../3.3/phpunit.xml.dist
+../4.1/phpunit.xml.dist
0 commit comments