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

testInstantiation() public method

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