File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
5
5
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`. \n" ;
6
6
exit (1 );
7
7
}
8
+ if (false === getenv ('SYMFONY_DEPRECATIONS_HELPER ' )) {
9
+ // see https://symfony.com/doc/current/components/phpunit_bridge.html#making-tests-fail
10
+ putenv ('SYMFONY_DEPRECATIONS_HELPER=999999 ' );
11
+ }
8
12
if (false === getenv ('SYMFONY_PHPUNIT_REMOVE ' )) {
9
13
putenv ('SYMFONY_PHPUNIT_REMOVE=symfony/yaml ' );
10
14
}
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
5
5
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`. \n" ;
6
6
exit (1 );
7
7
}
8
+ if (false === getenv ('SYMFONY_DEPRECATIONS_HELPER ' )) {
9
+ // see https://symfony.com/doc/current/components/phpunit_bridge.html#making-tests-fail
10
+ putenv ('SYMFONY_DEPRECATIONS_HELPER=999999 ' );
11
+ }
8
12
if (false === getenv ('SYMFONY_PHPUNIT_REMOVE ' )) {
9
13
putenv ('SYMFONY_PHPUNIT_REMOVE= ' );
10
14
}
You can’t perform that action at this time.
0 commit comments