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

testInstantiation() public method

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