Contao\CoreBundle\Test\EventListener\ToggleViewListenerTest::testInstantiation PHP Méthode

testInstantiation() public méthode

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