getSubscribedEvents() public static method

public static getSubscribedEvents ( )
 public function testAssertEventsBinding()
 {
     $bindedEvents = $this->listener->getSubscribedEvents();
     $this->assertArrayHasKey(FormEvents::POST_SUBMIT, $bindedEvents);
 }