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

testInstantiation() public méthode

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