Contao\CoreBundle\Test\Controller\FrontendControllerTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $controller = new FrontendController();
        $this->assertInstanceOf('Contao\\CoreBundle\\Controller\\FrontendController', $controller);
    }
FrontendControllerTest