Skip to content

Commit b775847

Browse files
committed
MAGETWO-94152: Unable to use an attribute with a source model to generate simple products for a configurable
1 parent d4bedb7 commit b775847

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/configurable_attribute_with_source_model.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
89

dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/configurable_attribute_with_source_model_rollback.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
89

dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_custom.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
require __DIR__ . '/configurable_attribute_with_source_model.php';
89

dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_custom_rollback.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
89

0 commit comments

Comments
 (0)