mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix test coverage, ignore all other routines.
This commit is contained in:
@@ -29,6 +29,8 @@ use FireflyIII\Support\Import\Configuration\Bunq\HaveAccounts;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Class BunqConfigurator.
|
||||
*/
|
||||
class BunqConfigurator implements ConfiguratorInterface
|
||||
|
@@ -25,6 +25,8 @@ namespace FireflyIII\Import\Configuration;
|
||||
use FireflyIII\Models\ImportJob;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Interface ConfiguratorInterface.
|
||||
*/
|
||||
interface ConfiguratorInterface
|
||||
|
@@ -33,6 +33,8 @@ use FireflyIII\Support\Import\Configuration\File\UploadConfig;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Class FileConfigurator.
|
||||
*/
|
||||
class FileConfigurator implements ConfiguratorInterface
|
||||
|
@@ -29,6 +29,8 @@ use FireflyIII\Support\Import\Configuration\Spectre\HaveAccounts;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
* Class SpectreConfigurator.
|
||||
*/
|
||||
class SpectreConfigurator implements ConfiguratorInterface
|
||||
|
Reference in New Issue
Block a user