1
0
Fork 0
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:
Jordi Boggiano 2016-12-06 17:04:39 +01:00
commit e9d04f2b2d
10 changed files with 11 additions and 11 deletions

View file

@ -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);
}