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.
1 parent ec6bd34 commit 11cff79Copy full SHA for 11cff79
bin/phpunit
@@ -14,9 +14,5 @@ if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
14
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
15
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
16
}
17
-if (false === getenv('SYMFONY_DEPRECATIONS_HELPER')) {
18
- // see https://symfony.com/doc/current/components/phpunit_bridge.html#making-tests-fail
19
- putenv('SYMFONY_DEPRECATIONS_HELPER=999999');
20
-}
21
22
require dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit';
0 commit comments