Skip to content

Commit 5ae4928

Browse files
committed
MC-33679: [Cloud] Region name in locale is not showing in customer address details.
1 parent 0ea42b1 commit 5ae4928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Customer/Ui/Component/DataProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class DataProviderTest extends TestCase
3434
/**
3535
* @inheritdoc
3636
*/
37-
protected function setUp()
37+
protected function setUp(): void
3838
{
3939
$this->initLocaleResolverMock();
4040
}

dev/tests/integration/testsuite/Magento/Customer/Ui/Component/Listing/Address/DataProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class DataProviderTest extends TestCase
4040
/**
4141
* @inheritdoc
4242
*/
43-
protected function setUp()
43+
protected function setUp(): void
4444
{
4545
$this->initLocaleResolverMock();
4646
$this->requestMock = $this->createMock(RequestInterface::class);

0 commit comments

Comments
 (0)