Skip to content

Commit caafd17

Browse files
committed
Fix static tests
Signed-off-by: Tomash Khamlai <tomash.khamlai@gmail.com>
1 parent bcdd17d commit caafd17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/integration/testsuite/Magento/Customer/_files/attribute_user_defined_address_custom_attribute_rollback.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*/
77

88
/** @var \Magento\Customer\Model\Attribute $attributeModel */
9-
$attributeModel = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Customer\Model\Attribute::class);
9+
$attributeModel = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(
10+
\Magento\Customer\Model\Attribute::class
11+
);
1012
$attributeModel->load('custom_attribute1', 'attribute_code')->delete();
1113
$attributeModel->load('custom_attribute2', 'attribute_code')->delete();

0 commit comments

Comments
 (0)