mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Merge branch '1.2'
This commit is contained in:
commit
e9d04f2b2d
10 changed files with 11 additions and 11 deletions
|
@ -40,7 +40,7 @@ class ProcessExecutorTest extends TestCase
|
|||
$io = $this->getMock('Composer\IO\IOInterface');
|
||||
$io->expects($this->once())
|
||||
->method('write')
|
||||
->with($this->equalTo('foo'.PHP_EOL));
|
||||
->with($this->equalTo('foo'.PHP_EOL), false);
|
||||
|
||||
$process = new ProcessExecutor($io);
|
||||
$process->execute('echo foo');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue