Skip to content

Commit e1d5b04

Browse files
Merge branch '5.4' into 6.0
* 5.4: [PhpUnitBridge] Fix test [RateLimiter] Add typecase to SlidingWindow::getExpirationTime Bump Symfony version to 5.4.8 Update VERSION for 5.4.7 Update CHANGELOG for 5.4.7 Bump Symfony version to 4.4.41 Update VERSION for 4.4.40 Update CONTRIBUTORS for 4.4.40 Update CHANGELOG for 4.4.40 [Messenger] reset connection on worker shutdown reset Twig form theme resources between requests
2 parents 924f44f + 4b10df2 commit e1d5b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DeprecationErrorHandler/quiet.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Test DeprecationErrorHandler with quiet output
44
<?php
55

66
$k = 'SYMFONY_DEPRECATIONS_HELPER';
7-
putenv($k.'='.$_SERVER[$k] = $_ENV[$k] = 'verbose=0');
7+
putenv($k.'='.$_SERVER[$k] = $_ENV[$k] = 'max[total]=3&verbose=0');
88
putenv('ANSICON');
99
putenv('ConEmuANSI');
1010
putenv('TERM');

0 commit comments

Comments
 (0)