mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Finalise account tests
This commit is contained in:
@@ -87,7 +87,7 @@ class AmountFormat extends Twig_Extension
|
||||
static function (AccountModel $account, string $amount, bool $coloured = null): string {
|
||||
|
||||
if ('testing' === config('app.env')) {
|
||||
Log::warning(sprintf('%s should NOT be called in the TEST environment!', __METHOD__));
|
||||
Log::warning('AmountFormat::formatAmountByAccount should NOT be called in the TEST environment!');
|
||||
}
|
||||
|
||||
$coloured = $coloured ?? true;
|
||||
|
Reference in New Issue
Block a user