mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Improve test coverage.
This commit is contained in:
@@ -48,7 +48,7 @@ class AutomationHandler
|
||||
$sendReport = envNonEmpty('SEND_REPORT_JOURNALS', true);
|
||||
|
||||
if (false === $sendReport) {
|
||||
return true;
|
||||
return true; // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
Log::debug('In reportJournals.');
|
||||
|
Reference in New Issue
Block a user