More checks on cache returned values.

Switched to Redis in tests.
This commit is contained in:
Benoît Burnichon
2015-06-12 12:09:00 +02:00
parent 4241fd0e6c
commit 43d93eef36
4 changed files with 9 additions and 8 deletions

View File

@@ -6,8 +6,6 @@
use Alchemy\Phrasea\CLI;
return call_user_func(function (CLI $cli) {
$app = $cli; if ($app['plugins.manager']->isEnabled('web-gallery-plugin')) {
$cli->command(Alchemy\WebGallery\Command\InstallCommand::create()); $cli->command(Alchemy\WebGallery\Command\UninstallCommand::create()); $cli->command(Alchemy\WebGallery\Command\UpdateCommand::create()); }
$app = $cli;
return $cli;
}, $cli);