Skip to content

Commit 64ab6fc

Browse files
Merge branch '3.1'
* 3.1: [YAML] Fix processing timestamp with timezone [ci] Testing with UTC hides bugs [DI] Fix error when trying to resolve a DefinitionDecorator [DoctrineBridge] Fix deprecation message/documentation of implementing UserProviderInterface using the entity provider Fix time-sensitive tests that use data providers [Validator] improve and added more Indonesian translation.
2 parents 3c31334 + 2f4b611 commit 64ab6fc

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)