You are here

public function AddRequestFormatsListenerTest::testIsAnEventSubscriber in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/EventListener/AddRequestFormatsListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\AddRequestFormatsListenerTest::testIsAnEventSubscriber()

File

vendor/symfony/http-kernel/Tests/EventListener/AddRequestFormatsListenerTest.php, line 40

Class

AddRequestFormatsListenerTest
Test AddRequestFormatsListener class.

Namespace

Symfony\Component\HttpKernel\Tests\EventListener

Code

public function testIsAnEventSubscriber() {
  $this
    ->assertInstanceOf('Symfony\\Component\\EventDispatcher\\EventSubscriberInterface', $this->listener);
}