Example #1
0
 public function testSubscribedEvents()
 {
     $subscriptions = Response::getSubscribedEvents();
     $this->assertInstanceOf('Message\\Cog\\Event\\SubscriberInterface', $this->_handler);
     $this->assertArrayHasKey(KernelEvents::RESPONSE, $subscriptions);
 }