Expand test coverage

This commit is contained in:
James Cole
2019-06-13 07:17:31 +02:00
parent aacd218056
commit 6bcb2ec144
7 changed files with 520 additions and 81 deletions

View File

@@ -65,12 +65,12 @@ class InstallController extends Controller
{
// empty on purpose.
$this->upgradeCommands = [
// there are x initial commands
// there are 3 initial commands
'migrate' => ['--seed' => true, '--force' => true],
'firefly-iii:decrypt-all' => [],
'generate-keys' => [], // an exception :(
// there are 10 upgrade commands.
// there are 11 upgrade commands.
'firefly-iii:transaction-identifiers' => [],
'firefly-iii:account-currencies' => [],
'firefly-iii:transfer-currencies' => [],