Created UrlShortenerConfigCustomizerPluginTest

This commit is contained in:
Alejandro Celaya
2017-07-06 17:28:32 +02:00
parent 69a99949e1
commit 23922f6c7b
2 changed files with 105 additions and 1 deletions

View File

@@ -83,7 +83,6 @@ class LanguageConfigCustomizerPluginTest extends TestCase
/** @var MethodProphecy $ask */
$ask = $this->questionHelper->ask(Argument::cetera())->willReturn(true);
$config = new CustomizableAppConfig();
$config->setLanguage([
'DEFAULT' => 'es',