Skip to content

Commit 5f8d397

Browse files
committed
MTA-3760: Fix Update Products Using Mass Actions
- fix code review items
1 parent 555848e commit 5f8d397

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertMassProductUpdateSuccessMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class AssertMassProductUpdateSuccessMessage extends AbstractConstraint
2323
* Assert that after mass update successful message appears.
2424
*
2525
* @param CatalogProductIndex $productGrid
26-
* @param integer $productsCount
26+
* @param int $productsCount
2727
* @return void
2828
*/
2929
public function processAssert(CatalogProductIndex $productGrid, $productsCount)

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@ class MassProductUpdateTest extends Injectable
6262
protected $configData;
6363

6464
/**
65+
* Factory for Test Steps.
66+
*
6567
* @var TestStepFactory
6668
*/
6769
private $testStepFactory;
6870

6971
/**
72+
* Factory for Fixtures.
73+
*
7074
* @var FixtureFactory
7175
*/
7276
private $fixtureFactory;
@@ -78,6 +82,7 @@ class MassProductUpdateTest extends Injectable
7882
* @param CatalogProductActionAttributeEdit $attributeMassActionPage
7983
* @param TestStepFactory $testStepFactory
8084
* @param FixtureFactory $fixtureFactory
85+
* @return void
8186
*/
8287
public function __inject(
8388
CatalogProductIndex $productGrid,

0 commit comments

Comments
 (0)