getSubscribedEvents() public static method

public static getSubscribedEvents ( )
 public function testGetSubscribedEvents()
 {
     $this->assertSame(array(MVCEvents::SITEACCESS => array('onSiteAccessMatch', 255)), $this->listener->getSubscribedEvents());
 }