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

@@ -28,6 +28,7 @@ use Illuminate\Console\Command;
/**
* Class UpgradeDatabase
* @codeCoverageIgnore
*/
class UpgradeDatabase extends Command
{
@@ -62,6 +63,7 @@ class UpgradeDatabase extends Command
public function handle(): int
{
$commands = [
// there are 11 upgrade commands.
'firefly-iii:transaction-identifiers',
'firefly-iii:account-currencies',
'firefly-iii:transfer-currencies',