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

testInstantiation() 공개 메소드

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