Skip to content

Commit df575d8

Browse files
committed
MAGETWO-93669: [Forwardport] Implement parallelization for Category Product Indexer
1 parent 1d11456 commit df575d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/src/Magento/Setup/Test/Unit/Model/InstallerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ private function createObject($connectionFactory = false, $objectManagerProvider
267267
);
268268
}
269269

270+
/**
271+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
272+
*/
270273
public function testInstall()
271274
{
272275
$request = [

0 commit comments

Comments
 (0)