Skip to content

Commit

Permalink
MAGETWO-56936: [Backport][Github] Allowed countries for customer addr…
Browse files Browse the repository at this point in the history
…ess in admin using storeview configuration #2946
  • Loading branch information
Sergii Kovalenko committed Sep 8, 2016
1 parent aa31243 commit 7edd1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/code/Magento/Customer/Setup/UpgradeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

/**
* @codeCoverageIgnore
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class UpgradeData implements UpgradeDataInterface
{
Expand Down Expand Up @@ -57,6 +58,7 @@ public function __construct(
/**
* {@inheritdoc}
* @SuppressWarnings(PHPMD.NPathComplexity)
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*/
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ protected function assertEqualsSpecificAttributes($expectedProduct, $actualProdu
$actualAssociatedProductSkus[] = $actualAssociatedProducts[$i]->getSku();
}


$this->assertEquals($expectedAssociatedProductSkus, $actualAssociatedProductSkus);

$expectedProductExtensionAttributes = $expectedProduct->getExtensionAttributes();
Expand Down

0 comments on commit 7edd1d1

Please sign in to comment.