Contao\CoreBundle\Test\HttpKernel\Bundle\ContaoModuleBundleTest::testInstantiation PHP Méthode

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $this->assertInstanceOf('Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle', $this->bundle);
    }