mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Expand test coverage.
This commit is contained in:
@@ -165,7 +165,7 @@ class AbnAmroDescription implements SpecificInterface
|
||||
case 'IBAN':
|
||||
$this->row[9] = $value;
|
||||
break;
|
||||
default:
|
||||
default: // @codeCoverageIgnore
|
||||
// Ignore the rest
|
||||
}
|
||||
}
|
||||
@@ -224,7 +224,7 @@ class AbnAmroDescription implements SpecificInterface
|
||||
case 'TRTP':
|
||||
$type = $value;
|
||||
break;
|
||||
default:
|
||||
default: // @codeCoverageIgnore
|
||||
// Ignore the rest
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user