1
0
Fork 0
pull/5277/merge
Jordi Boggiano 2016-05-05 13:37:01 +01:00
parent d3eece0af2
commit d5ed45c3c7
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ class EventDispatcherTest extends TestCase
$io->expects($this->at(2))
->method('writeError')
->with($this->equalTo('<error>Script '.$code.' handling the post-install-cmd event returned with an error</error>'));
->with($this->equalTo('<error>Script '.$code.' handling the post-install-cmd event returned with error code 1</error>'));
$this->setExpectedException('RuntimeException');
$dispatcher->dispatchScript(ScriptEvents::POST_INSTALL_CMD, false);