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
|
@ -356,7 +356,7 @@ class EventDispatcherTest extends TestCase
|
|||
|
||||
$io->expects($this->once())
|
||||
->method('write')
|
||||
->with($this->equalTo('foo'.PHP_EOL));
|
||||
->with($this->equalTo('foo'.PHP_EOL), false);
|
||||
|
||||
$dispatcher->dispatchScript(ScriptEvents::POST_INSTALL_CMD, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue