Contao\CoreBundle\Test\Doctrine\Schema\DcaSchemaProviderTest::testInstantiation PHP 메소드

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $provider = new DcaSchemaProvider($this->getMock('Symfony\\Component\\DependencyInjection\\ContainerInterface'));
        $this->assertInstanceOf('Contao\\CoreBundle\\Doctrine\\Schema\\DcaSchemaProvider', $provider);
    }