Skip to content

Commit 1925de8

Browse files
committed
MC-20697: Admin: Create a category
1 parent 987f975 commit 1925de8

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testDefaultValueForCategoryUrlPath(): void
148148
* @magentoDbIsolation enabled
149149
* @return void
150150
*/
151-
public function testSaveActionFromProductCreationPage($postData): void
151+
public function testSaveActionFromProductCreationPage(array $postData): void
152152
{
153153
$this->getRequest()->setMethod(HttpRequest::METHOD_POST);
154154
$this->getRequest()->setPostValue($postData);

0 commit comments

Comments
 (0)