getMock('Symfony\Component\Console\Input\InputInterface'); $output = $this->getMock('Symfony\Component\Console\Output\OutputInterface'); //self::$DI['cli']['phraseanet.SE'] = $this->createSearchEngineMock(); $command = new CheckConfig('check:config'); $command->setContainer(self::$DI['cli']); $this->assertLessThan(2, $command->execute($input, $output)); } }