We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febf901 commit 7f2f542Copy full SHA for 7f2f542
Tests/ProcessTest.php
@@ -1669,7 +1669,7 @@ public function testIgnoringSignal()
1669
$this->markTestSkipped('pnctl extension is required.');
1670
}
1671
1672
- $process = $this->getProcess('sleep 10');
+ $process = $this->getProcess(['sleep', '10']);
1673
$process->setIgnoredSignals([\SIGTERM]);
1674
1675
$process->start();
@@ -1685,7 +1685,7 @@ public function testNotIgnoringSignal()
1685
1686
1687
1688
1689
1690
1691
$process->stop(timeout: 0.2);
0 commit comments