10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8067f6d commit 40b956eCopy full SHA for 40b956e
src/Symfony/Component/Process/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();
0 commit comments