Fix expectation
parent
13f1924892
commit
f91859ceff
|
@ -452,7 +452,7 @@ class EventDispatcherTest extends TestCase
|
||||||
->with($this->equalTo('> echo foo'));
|
->with($this->equalTo('> echo foo'));
|
||||||
|
|
||||||
$io->expects($this->once())
|
$io->expects($this->once())
|
||||||
->method('write')
|
->method('writeRaw')
|
||||||
->with($this->equalTo('foo'.PHP_EOL), false);
|
->with($this->equalTo('foo'.PHP_EOL), false);
|
||||||
|
|
||||||
$dispatcher->dispatchScript(ScriptEvents::POST_INSTALL_CMD, false);
|
$dispatcher->dispatchScript(ScriptEvents::POST_INSTALL_CMD, false);
|
||||||
|
|
Loading…
Reference in New Issue