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 0eda742 commit 8703b10Copy full SHA for 8703b10
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/LinksTest.php
@@ -45,7 +45,6 @@ protected function setUp()
45
*
46
* @magentoDataFixture Magento/Catalog/_files/multiple_products.php
47
* @magentoDbIsolation enabled
48
- * @param array $postData
49
* @return void
50
*/
51
public function testAddRelatedUpSellCrossSellProducts(): void
@@ -71,7 +70,7 @@ public function testAddRelatedUpSellCrossSellProducts(): void
71
70
72
* @return array
73
74
- public function getPostData(): array
+ private function getPostData(): array
75
{
76
return [
77
'product' => [
0 commit comments