Skip to content

Commit b09f9de

Browse files
committed
minor #876 Removed an unneeded hack for Symfony 4.2 (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Removed an unneeded hack for Symfony 4.2 This fixes #858. Commits ------- 11cff79 Removed an unneeded hack for Symfony 4.2
2 parents bbe5180 + 11cff79 commit b09f9de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/phpunit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@ if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
1414
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
1515
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
1616
}
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-
}
2117

2218
require dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit';

0 commit comments

Comments
 (0)