8000 minor #17176 [Process] Fix a transient test (nicolas-grekas) · symfony/symfony@9305aab · GitHub
[go: up one dir, main page]

Skip to content

Commit 9305aab

Browse files
minor #17176 [Process] Fix a transient test (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- [Process] Fix a transient test | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - Commits ------- 7e2c67c [Process] Fix a transient test
2 parents b78eab5 + 7e2c67c commit 9305aab

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
@@ -193,7 +193,7 @@ public function testSetStreamAsInput($code, $size)
193193
fwrite($stream, $expected);
194194
rewind($stream);
195195

196-
$p = $this->getProcess(sprintf('%s -r %s', self::$phpBin, escapeshellarg($code)), null, null, null, 5);
196+
$p = $this->getProcess(sprintf('%s -r %s', self::$phpBin, escapeshellarg($code)));
197197
$p->setInput($stream);
198198
$p->run();
199199

0 commit comments

Comments
 (0)
0