[Discovery One] Improve tests

This commit is contained in:
Andrés Montañez
2018-03-31 04:34:54 -03:00
parent 83110941eb
commit 3dc7acf3d4
3 changed files with 5 additions and 1 deletions
@@ -38,7 +38,7 @@ class CachePoolClearTask extends AbstractSymfonyTask
throw new ErrorException('Parameter "pools" is not defined');
}
$command = $options['console'] . ' cache:pool:clear --env=' . $options['env'] . ' ' . $options['flags'] . ' ' . $options['pools'];
$command = $options['console'] . ' cache:pool:clear ' . $options['pools'] . ' --env=' . $options['env'] . ' ' . $options['flags'];
/** @var Process $process */
$process = $this->runtime->runCommand(trim($command));