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.
SYMFONY_PHPUNIT_REMOVE
1 parent 3e36a18 commit 9d7ea6cCopy full SHA for 9d7ea6c
bin/phpunit
@@ -5,9 +5,7 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
5
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\n";
6
exit(1);
7
}
8
-if (false === getenv('SYMFONY_PHPUNIT_REMOVE')) {
9
- putenv('SYMFONY_PHPUNIT_REMOVE=');
10
-}
+
11
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
12
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
13
0 commit comments