10000 Fix ProcessTest - testIgnoringSignal for local · symfony/symfony@40b956e · GitHub
[go: up one dir, main page]

Skip to content

Commit 40b956e

Browse files
thibaut22200Thibaut THOUÉMENT
authored and
Thibaut THOUÉMENT
committed
Fix ProcessTest - testIgnoringSignal for local
1 parent 8067f6d commit 40b956e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Tests/ProcessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ public function testIgnoringSignal()
16691669
$this->markTestSkipped('pnctl extension is required.');
16701670
}
16711671

1672-
$process = $this->getProcess('sleep 10');
1672+
$process = $this->getProcess(['sleep', '10']);
16731673
$process->setIgnoredSignals([\SIGTERM]);
16741674

16751675
$process->start();

0 commit comments

Comments
 (0)
0