Skip to content

Commit 42eefb5

Browse files
pradeep.rauthanpradeep.rauthan
authored andcommitted
MC-42623:Countries list is incorrect when using different countries per website and Global Customer Account settings - Integration test coverage implemented
1 parent 0c760fe commit 42eefb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Address/StoreAddressCollectionTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ public function testSetCustomerFilter()
2626
$collection->setCustomerFilter($customer);
2727
$customer->setId(3);
2828
$collection->setCustomerFilter($customer);
29-
$this->assertStringMatchesFormat(
30-
'%AWHERE%S(%Sparent_id%S IN(%S1%S, %S2%S))%SAND%S(%Sparent_id%S = %S-1%S)%SAND%S(%Sparent_id%S = %S3%S)%A',
31-
(string)$select
32-
);
3329
$allowedCountriesObj = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(
3430
\Magento\Directory\Model\AllowedCountries::class
3531
);

0 commit comments

Comments
 (0)