Fix tests
parent
a67b127a1a
commit
e6c6d25b59
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue