Skip to content

Commit 3d7c541

Browse files
[ci] Testing with UTC hides bugs
1 parent cc17325 commit 3d7c541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IdentityTranslatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testGetSetLocale()
6060
public function testGetLocaleReturnsDefaultLocaleIfNotSet()
6161
{
6262
// in order to test with "pt_BR"
63-
IntlTestHelper::requireFullIntl($this);
63+
IntlTestHelper::requireFullIntl($this, false);
6464

6565
$translator = new IdentityTranslator();
6666

0 commit comments

Comments
 (0)