Contao\CoreBundle\Test\EventListener\AddToSearchIndexListenerTest::testInstantiation PHP Method

testInstantiation() public method

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