mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Fixed some test coverage.
This commit is contained in:
@@ -163,7 +163,7 @@ class Amount
|
||||
return $currency->code;
|
||||
}
|
||||
|
||||
return 'EUR';
|
||||
return 'EUR'; // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -13,6 +13,7 @@ use Preferences as Prefs;
|
||||
/**
|
||||
* Class CacheProperties
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @package FireflyIII\Support
|
||||
*/
|
||||
class CacheProperties
|
||||
|
Reference in New Issue
Block a user