8000 [VarDumper] change DST time zone in test method · symfony/symfony@07c00af · GitHub
[go: up one dir, main page]

Skip to content

Commit 07c00af

Browse files
committed
[VarDumper] change DST time zone in test method
1 parent 02d4212 commit 07c00af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Tests/Caster/IntlCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function testCastNumberFormatter()
153153

154154
public function testCastIntlTimeZoneWithDST()
155155
{
156-
$var = \IntlTimeZone::createTimeZone('Europe/Berlin');
156+
$var = \IntlTimeZone::createTimeZone('America/Los_Angeles');
157157

158158
$expectedDisplayName = $var->getDisplayName();
159159
$expectedDSTSavings = $var->getDSTSavings();

0 commit comments

Comments
 (0)
0