8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d4212 commit 07c00afCopy full SHA for 07c00af
src/Symfony/Component/VarDumper/Tests/Caster/IntlCasterTest.php
@@ -153,7 +153,7 @@ public function testCastNumberFormatter()
153
154
public function testCastIntlTimeZoneWithDST()
155
{
156
- $var = \IntlTimeZone::createTimeZone('Europe/Berlin');
+ $var = \IntlTimeZone::createTimeZone('America/Los_Angeles');
157
158
$expectedDisplayName = $var->getDisplayName();
159
$expectedDSTSavings = $var->getDSTSavings();
0 commit comments