getSubscribedEvents() public static method

public static getSubscribedEvents ( )
 public function testGetSubscribedEvents()
 {
     $this->assertSame(array(MVCEvents::SITEACCESS => array('onSiteAccessMatch', 254), MVCEvents::CONFIG_SCOPE_CHANGE => array('onConfigScopeChange', 90), MVCEvents::CONFIG_SCOPE_RESTORE => array('onConfigScopeChange', 90)), DynamicSettingsListener::getSubscribedEvents());
 }