Skip to content

Commit c4d4091

Browse files
Merge branch '5.1' into 5.2
* 5.1: minor cs fix [Config][TwigBundle] Fixed syntax error in config [DI] Fix Xdebug 3.0 detection Use php8 stable [Notifier] Streamline changelogs of notifier bridges [Cache] fix checking for redis_sentinel support [Messenger] Fixed wording in php doc [Intl] Update the ICU data to 68.1 [FrameworkBundle] acces public-deprecated services via the private container to remove false-positive deprecations Remove unused @throws tags and handling of never thrown exceptions [PhpUnitBridge] Fix disabling DeprecationErrorHandler from phpunit configuration file
2 parents a6cd411 + d8bdf54 commit c4d4091

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/simple-phpunit.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@
153153
}
154154
}
155155

156+
if ('disabled' === $getEnvVar('SYMFONY_DEPRECATIONS_HELPER')) {
157+
putenv('SYMFONY_DEPRECATIONS_HELPER=disabled');
158+
}
159+
156160
$COMPOSER = file_exists($COMPOSER = $oldPwd.'/composer.phar')
157161
|| ($COMPOSER = rtrim('\\' === \DIRECTORY_SEPARATOR ? preg_replace('/[\r\n].*/', '', `where.exe composer.phar`) : `which composer.phar 2> /dev/null`))
158162
|| ($COMPOSER = rtrim('\\' === \DIRECTORY_SEPARATOR ? preg_replace('/[\r\n].*/', '', `where.exe composer`) : `which composer 2> /dev/null`))

0 commit comments

Comments
 (0)