Skip to content

Commit 61c0eca

Browse files
committed
MAGETWO-35175: Impossible to create Configurable product
- fix code formatting "Multi-line function call not indented correctly; expected 12 spaces but found 11"
1 parent c745625 commit 61c0eca

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Tab/Super/Config

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Tab/Super/Config/Attribute.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ public function fillAttributes(array $attributes)
160160
protected function createNewVariationSet(array $attribute)
161161
{
162162
$attributeFixture = ObjectManager::getInstance()->create(
163-
'Magento\Catalog\Test\Fixture\CatalogProductAttribute',
164-
['data' => $attribute]
163+
'Magento\Catalog\Test\Fixture\CatalogProductAttribute',
164+
['data' => $attribute]
165165
);
166166

167167
$this->_rootElement->find($this->createNewVariationSet)->click();

0 commit comments

Comments
 (0)