mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Expand test code.
This commit is contained in:
@@ -303,7 +303,7 @@ class BudgetController extends Controller
|
||||
++$count;
|
||||
}
|
||||
if ($count === 0) {
|
||||
$count = 1;
|
||||
$count = 1; // @codeCoverageIgnore
|
||||
}
|
||||
$result['available'] = bcdiv($total, strval($count));
|
||||
|
||||
|
Reference in New Issue
Block a user