Skip to content

Commit 2f4b611

Browse files
Merge branch '2.8' into 3.1
* 2.8: [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 [Validator] improve and added more Indonesian translation.
2 parents 4b10c70 + edbe67e commit 2f4b611

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)