Improved installation command, reducing duplication and moving serialization logic to specific model

This commit is contained in:
Alejandro Celaya
2017-07-03 20:46:35 +02:00
parent f9c56d7cb1
commit e7f7cbcaac
7 changed files with 546 additions and 386 deletions

View File

@@ -104,6 +104,7 @@ CLI_INPUT
'shortcode_chars' => 'abc123BCA',
],
], false)->shouldBeCalledTimes(1);
$this->commandTester->execute([
'command' => 'shlink:install',
]);