mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage.
This commit is contained in:
@@ -105,10 +105,10 @@ class EditController extends Controller
|
||||
'times' => (string)trans('firefly.repeat_times'),
|
||||
];
|
||||
if (null !== $recurrence->repeat_until) {
|
||||
$repetitionEnd = 'until_date';
|
||||
$repetitionEnd = 'until_date'; // @codeCoverageIgnore
|
||||
}
|
||||
if ($recurrence->repetitions > 0) {
|
||||
$repetitionEnd = 'times';
|
||||
$repetitionEnd = 'times'; // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
$weekendResponses = [
|
||||
|
Reference in New Issue
Block a user