[Process] Fix a transient test

This commit is contained in:
Nicolas Grekas 2015-12-30 09:37:09 +01:00
parent 75fdcb132a
commit 7e2c67c9dc

View File

@ -193,7 +193,7 @@ class ProcessTest extends \PHPUnit_Framework_TestCase
fwrite($stream, $expected);
rewind($stream);
$p = $this->getProcess(sprintf('%s -r %s', self::$phpBin, escapeshellarg($code)), null, null, null, 5);
$p = $this->getProcess(sprintf('%s -r %s', self::$phpBin, escapeshellarg($code)));
$p->setInput($stream);
$p->run();