File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
dev/tests/integration/testsuite/Magento/Catalog
Controller/Adminhtml/Category/Save Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ protected function setUp(): void
45
45
* @param array $postData
46
46
* @return void
47
47
*/
48
- public function testUpdateCategoryForDefaultStoreView ($ postData ): void
48
+ public function testUpdateCategoryForDefaultStoreView (array $ postData ): void
49
49
{
50
50
$ storeId = (int )$ this ->storeManager ->getStore ('default ' )->getId ();
51
51
$ postData = array_merge ($ postData , ['store_id ' => $ storeId ]);
Original file line number Diff line number Diff line change 24
24
* Provide tests for CategoryRepository model.
25
25
*
26
26
* @magentoDbIsolation enabled
27
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27
28
*/
28
29
class CategoryRepositoryTest extends TestCase
29
30
{
You can’t perform that action at this time.
0 commit comments