Some fixup for ES instance

This commit is contained in:
Benoît Burnichon
2015-03-11 15:18:59 +01:00
parent 359c115291
commit 118bb2f03c
42 changed files with 78 additions and 889 deletions

View File

@@ -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));