We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0186e72 commit 904a067Copy full SHA for 904a067
dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/MoveCategoryEntityTest.php
@@ -107,12 +107,8 @@ public function test(
107
);
108
$this->catalogCategoryEdit->getModalBlock()->acceptWarning();
109
110
- if ($newCategory != null) {
111
- $childCategory = $newCategory;
112
- }
113
-
114
return [
115
- 'category' => $childCategory,
+ 'category' => $newCategory,
116
'parentCategory' => $parentCategory,
117
'childCategory' => $childCategory,
118
];
0 commit comments