Contao\CoreBundle\Test\Controller\FrontendControllerTest::testInstantiation PHP 메소드

testInstantiation() 공개 메소드

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