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

testInstantiation() 공개 메소드

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