Skip to content

Commit aa0a48c

Browse files
committed
MC-40089: Create automated test for: "Try to add a simple product to configurableproduct as an option"
1 parent 3068c93 commit aa0a48c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/LinkManagementTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function testConfigurableOptionPositionPreservation(): void
178178

179179
$valueIndexesData = [];
180180
foreach ($options as $option) {
181-
$valueIndexesData []['value_index'] = $option->getValue();
181+
$valueIndexesData[]['value_index'] = $option->getValue();
182182
}
183183
$this->addOptionToConfigurableProduct(
184184
$productSku,
@@ -466,7 +466,7 @@ public function errorsDataProvider(): array
466466
: (string)__(
467467
'The child product doesn\'t have the \\"%1\\" attribute value. Verify the value and try again.'
468468
),
469-
]
469+
],
470470
];
471471
}
472472

@@ -496,7 +496,7 @@ protected function removeChild(string $productSku, string $childSku)
496496
}
497497

498498
/**
499-
* get child products
499+
* Get child products
500500
*
501501
* @param string $productSku
502502
* @return string[]

0 commit comments

Comments
 (0)