mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Removed the code coverage ignore instructions, tests must cover this.
This commit is contained in:
@@ -28,7 +28,6 @@ class AccountController extends \BaseController
|
||||
];
|
||||
|
||||
foreach ($all as $account) {
|
||||
// @codeCoverageIgnoreStart
|
||||
switch ($account->accounttype->description) {
|
||||
case 'Default account':
|
||||
$list['personal'][] = $account;
|
||||
@@ -44,7 +43,6 @@ class AccountController extends \BaseController
|
||||
break;
|
||||
|
||||
}
|
||||
// @codeCoverageIgnoreEnd
|
||||
}
|
||||
|
||||
return View::make('accounts.index')->with('accounts', $list);
|
||||
|
||||
Reference in New Issue
Block a user