mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Some fixup for ES instance
This commit is contained in:
@@ -11,7 +11,7 @@ class CheckConfigTest extends \PhraseanetTestCase
|
||||
$input = $this->getMock('Symfony\Component\Console\Input\InputInterface');
|
||||
$output = $this->getMock('Symfony\Component\Console\Output\OutputInterface');
|
||||
|
||||
self::$DI['cli']['phraseanet.SE'] = $this->createSearchEngineMock();
|
||||
//self::$DI['cli']['phraseanet.SE'] = $this->createSearchEngineMock();
|
||||
$command = new CheckConfig('check:config');
|
||||
$command->setContainer(self::$DI['cli']);
|
||||
$this->assertLessThan(2, $command->execute($input, $output));
|
||||
|
Reference in New Issue
Block a user