Skip to content

Commit ea303bb

Browse files
Merge branch '6.0' into 6.1
* 6.0: 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 ce152d0 + 42d373c commit ea303bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Controller/ArgumentResolver/DateTimeValueResolverTest.php

+2-2
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)