mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage and remove deprecated code.
This commit is contained in:
@@ -30,6 +30,8 @@ use FireflyIII\User;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Class ImportAccount.
|
||||
*/
|
||||
class ImportAccount
|
||||
|
@@ -29,6 +29,8 @@ use Log;
|
||||
use Steam;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Class ImportBill.
|
||||
*/
|
||||
class ImportBill
|
||||
|
@@ -28,6 +28,8 @@ use FireflyIII\User;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Class ImportBudget.
|
||||
*/
|
||||
class ImportBudget
|
||||
|
@@ -28,6 +28,8 @@ use FireflyIII\User;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Class ImportCategory
|
||||
*/
|
||||
class ImportCategory
|
||||
|
@@ -28,6 +28,8 @@ use FireflyIII\User;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Class ImportCurrency
|
||||
*/
|
||||
class ImportCurrency
|
||||
|
@@ -33,6 +33,8 @@ use Log;
|
||||
use Steam;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Class ImportJournal.
|
||||
*/
|
||||
class ImportJournal
|
||||
|
Reference in New Issue
Block a user