Contao\CoreBundle\Test\EventListener\CommandSchedulerListenerTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->framework = $this->getMockBuilder('Contao\\CoreBundle\\Framework\\ContaoFramework')->disableOriginalConstructor()->getMock();
        $this->framework->expects($this->any())->method('getAdapter')->willReturn($this->mockConfigAdapter());
    }