Created DatabaseConfigCustomizerPluginTest

This commit is contained in:
Alejandro Celaya
2017-07-06 18:00:38 +02:00
parent dd099dc39c
commit a66f116d66
2 changed files with 152 additions and 1 deletions

View File

@@ -78,7 +78,6 @@ class ApplicationConfigCustomizerPluginTest extends TestCase
/** @var MethodProphecy $ask */
$ask = $this->questionHelper->ask(Argument::cetera())->willReturn(true);
$config = new CustomizableAppConfig();
$config->setApp([
'SECRET' => 'foo',