Skip to content

Commit 157ff20

Browse files
committed
Skip ProcessManagerTest w/o pcntl extension
Unit tests are failing with no errors when this extension is missing
1 parent 202bd44 commit 157ff20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Indexer/Test/Unit/Model/ProcessManagerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
/**
1515
* Class covers process manager execution test logic
16+
*
17+
* @requires function pcntl_fork
18+
* @see \Magento\Indexer\Model\ProcessManager::isCanBeParalleled
1619
*/
1720
class ProcessManagerTest extends TestCase
1821
{

0 commit comments

Comments
 (0)