Created GeneratePreviewCommandTest

This commit is contained in:
Alejandro Celaya
2016-08-18 17:10:40 +02:00
parent 34174b2fbe
commit b432ed2c1d
2 changed files with 100 additions and 1 deletions

View File

@@ -40,9 +40,9 @@ class GeneratePreviewCommand extends Command
PreviewGeneratorInterface $previewGenerator,
TranslatorInterface $translator
) {
$this->shortUrlService = $shortUrlService;
$this->previewGenerator = $previewGenerator;
$this->translator = $translator;
$this->shortUrlService = $shortUrlService;
parent::__construct(null);
}