Contao\CoreBundle\Test\EventListener\ResponseExceptionListenerTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $listener = new ResponseExceptionListener();
        $this->assertInstanceOf('Contao\\CoreBundle\\EventListener\\ResponseExceptionListener', $listener);
    }