Skip to content

Commit 6694371

Browse files
Merge branch '6.3' into 6.4
* 6.3: (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 e3275f0 + f8d75b4 commit 6694371

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
@@ -151,6 +151,11 @@
151151
putenv('SYMFONY_DEPRECATIONS_HELPER=disabled');
152152
}
153153

154+
if (!$getEnvVar('DOCTRINE_DEPRECATIONS')) {
155+
putenv('DOCTRINE_DEPRECATIONS=trigger');
156+
$_SERVER['DOCTRINE_DEPRECATIONS'] = $_ENV['DOCTRINE_DEPRECATIONS'] = 'trigger';
157+
}
158+
154159
$COMPOSER = ($COMPOSER = getenv('COMPOSER_BINARY'))
155160
|| file_exists($COMPOSER = $oldPwd.'/composer.phar')
156161
|| ($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)