getSubscribedEvents() public static method

public static getSubscribedEvents ( )
 public function testGetSubscribedEvents()
 {
     $this->assertSame(array(ConsoleEvents::COMMAND => array(array('onConsoleCommand', -1))), $this->listener->getSubscribedEvents());
 }