1
0
Fork 0

Fix tests

pull/5248/head
Jordi Boggiano 2016-04-24 15:55:03 +01:00
parent a67b127a1a
commit e6c6d25b59
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ class EventDispatcherTest extends TestCase
$dispatcher->dispatchScript(ScriptEvents::POST_INSTALL_CMD, false);
}
/**
* @expectedException PHPUnit_Framework_Error
*/
public function testDispatcherCanConvertScriptEventToCommandEventForListener()
{
$io = $this->getMock('Composer\IO\IOInterface');