Skip to content

Commit e854efd

Browse files
committed
MAGETWO-61962: Pagination broken in the storefront category page when Flat Category is enabled
1 parent 3b204ba commit e854efd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ class CreateFlatCatalogProduct extends Injectable
3333
/* end tags */
3434

3535
/**
36-
* Configuration data.
36+
* Configuration data
3737
*
3838
* @var string
3939
*/
4040
protected $configData;
4141

4242
/**
43-
* Factory for Fixtures.
43+
* Factory for Fixtures
4444
*
4545
* @var FixtureFactory
4646
*/
@@ -108,7 +108,7 @@ public function test($configData, $productsCount)
108108
}
109109

110110
/**
111-
* Clear data after test.
111+
* Clear data after test
112112
*
113113
* @return void
114114
*/

0 commit comments

Comments
 (0)