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

testInstantiation() public method

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