Skip to content

Commit f0d0de1

Browse files
Merge branch '6.4' into 7.0
* 6.4: (27 commits) [Filesystem] Follow symlinks when dumping files [Security] Add clock dependency to OidcTokenHandler [DependencyInjection] Escape `%` from parameter-like default values [SecurityBundle] add missing xsd definition for OIDC [FrameworkBundle] remove support for preloading ESM modules using headers Fix tests [SecurityBundle] Fix configuring OIDC user info token handler client [Notifier] Fix ContactEveryoneOptions CS fix [FrameworkBundle][PhpUnitBridge] Configure doctrine/deprecations as expected [HttpKernel] Fix default value ignored with pinned resolvers Fix unable to use asset mapper with CSP Fix Typos Ignore definitions bearing the `container.excluded` tag Bump Symfony version to 6.3.0 Update VERSION for 6.3.0-RC2 Update CHANGELOG for 6.3.0-RC2 Bump Symfony version to 6.2.12 Update VERSION for 6.2.11 Update CHANGELOG for 6.2.11 ...
2 parents f6cd227 + 6694371 commit f0d0de1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/simple-phpunit.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@
147147
putenv('SYMFONY_DEPRECATIONS_HELPER=disabled');
148148
}
149149

150+
if (!$getEnvVar('DOCTRINE_DEPRECATIONS')) {
151+
putenv('DOCTRINE_DEPRECATIONS=trigger');
152+
$_SERVER['DOCTRINE_DEPRECATIONS'] = $_ENV['DOCTRINE_DEPRECATIONS'] = 'trigger';
153+
}
154+
150155
$COMPOSER = ($COMPOSER = getenv('COMPOSER_BINARY'))
151156
|| file_exists($COMPOSER = $oldPwd.'/composer.phar')
152157
|| ($COMPOSER = rtrim((string) ('\\' === \DIRECTORY_SEPARATOR ? preg_replace('/[\r\n].*/', '', shell_exec('where.exe composer.phar 2> NUL')) : shell_exec('which composer.phar 2> /dev/null'))))

0 commit comments

Comments
 (0)