Contao\CoreBundle\Test\DataCollector\ContaoDataCollectorTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $collector = new ContaoDataCollector([]);
        $this->assertInstanceOf('Contao\\CoreBundle\\DataCollector\\ContaoDataCollector', $collector);
    }