Contao\CoreBundle\Test\Controller\BackendControllerTest::testInstantiation PHP Méthode

testInstantiation() public méthode

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