Contao\CoreBundle\Test\Doctrine\Schema\DcaSchemaProviderTest::testInstantiation PHP Method

testInstantiation() public method

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);
    }