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

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $provider = new DcaSchemaProvider($this->mockContainerWithContaoScopes());
        $listener = new DoctrineSchemaListener($provider);
        $this->assertInstanceOf('Contao\\CoreBundle\\EventListener\\DoctrineSchemaListener', $listener);
    }