Skip to content

Commit 51cc266

Browse files
Merge branch '6.1' into 6.2
* 6.1: Revert "minor #47721 [Notifier] Use local copy of stella-maris/clock when testing (nicolas-grekas)" [FrameworkBundle] Fix deprecation when accessing a "container.private" service from the test container [DependencyInjection] Fix support for named arguments on non-autowired services
2 parents b436de2 + ea303bb commit 51cc266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Controller/ArgumentResolver/DateTimeValueResolverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ protected function tearDown(): void
3535
public static function getTimeZones()
3636
{
3737
yield ['UTC'];
38-
yield ['Etc/GMT+9'];
39-
yield ['Etc/GMT-14'];
38+
yield ['Pacific/Honolulu'];
39+
yield ['America/Toronto'];
4040
}
4141

4242
public static function getClasses()

0 commit comments

Comments
 (0)