Fixed InstallCommandTest

This commit is contained in:
Alejandro Celaya
2017-07-06 10:04:35 +02:00
parent 479e694478
commit 3547889ad5
2 changed files with 37 additions and 58 deletions

View File

@@ -4,7 +4,6 @@ namespace Shlinkio\Shlink\CLI\Command\Install;
use Shlinkio\Shlink\CLI\Install\ConfigCustomizerPluginManagerInterface;
use Shlinkio\Shlink\CLI\Install\Plugin;
use Shlinkio\Shlink\CLI\Model\CustomizableAppConfig;
use Shlinkio\Shlink\Common\Util\StringUtilsTrait;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Exception\LogicException;
use Symfony\Component\Console\Exception\RuntimeException;