Skip to content

Commit 86aa6e3

Browse files
committed
MAGETWO-90569: Empty product attributes of dropdown/swatch types display as "No" of the storefront
- static fix
1 parent 730d0c9 commit 86aa6e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Eav/Model/Entity/Attribute/Frontend/DefaultFrontendTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ public function testGetSelectOptions()
7777
$this->cache->load($this->getCacheKey())
7878
);
7979
}
80+
8081
/**
8182
* @magentoDataFixture Magento/Catalog/_files/dropdown_attribute.php
8283
*/
83-
public function testNotSetAttributeEntityValue()
84+
public function testAttributeEntityValueNotSet()
8485
{
8586
$entity = $this->objectManager->create(\Magento\Catalog\Model\Product::class);
8687
$entity->setStoreId(0);

0 commit comments

Comments
 (0)