Skip to content

Commit 8703b10

Browse files
committed
MC-20675: Admin: Add/edit/delete related, up-sells, cross-sells products
1 parent 0eda742 commit 8703b10

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/LinksTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ protected function setUp()
4545
*
4646
* @magentoDataFixture Magento/Catalog/_files/multiple_products.php
4747
* @magentoDbIsolation enabled
48-
* @param array $postData
4948
* @return void
5049
*/
5150
public function testAddRelatedUpSellCrossSellProducts(): void
@@ -71,7 +70,7 @@ public function testAddRelatedUpSellCrossSellProducts(): void
7170
*
7271
* @return array
7372
*/
74-
public function getPostData(): array
73+
private function getPostData(): array
7574
{
7675
return [
7776
'product' => [

0 commit comments

Comments
 (0)