Mark code as untestable or deprecated (or both).

This commit is contained in:
James Cole
2018-08-23 18:33:07 +02:00
parent 05309da76d
commit 3f493aceb2
31 changed files with 62 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ use Storage;
* Class CreateExport.
*
* Generates export from the command line.
*
* @codeCoverageIgnore
*/
class CreateExport extends Command
{

View File

@@ -37,6 +37,8 @@ use Log;
/**
* Class CreateImport.
*
* @codeCoverageIgnore
*/
class CreateImport extends Command
{

View File

@@ -8,6 +8,8 @@ use Illuminate\Console\Command;
/**
* Class Cron
*
* @codeCoverageIgnore
*/
class Cron extends Command
{

View File

@@ -31,6 +31,8 @@ use Log;
/**
* Class DecryptAttachment.
*
* @codeCoverageIgnore
*/
class DecryptAttachment extends Command
{

View File

@@ -29,6 +29,8 @@ use Illuminate\Console\Command;
/**
* Class EncryptFile.
*
* @codeCoverageIgnore
*/
class EncryptFile extends Command
{

View File

@@ -35,6 +35,8 @@ use Log;
/**
* Class Import.
*
* @codeCoverageIgnore
*/
class Import extends Command
{

View File

@@ -34,6 +34,8 @@ use Storage;
/**
* Class ScanAttachments.
*
* @codeCoverageIgnore
*/
class ScanAttachments extends Command
{

View File

@@ -63,6 +63,7 @@ use UnexpectedValueException;
* Upgrade user database.
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @codeCoverageIgnore
*/
class UpgradeDatabase extends Command
{

View File

@@ -27,6 +27,8 @@ use Illuminate\Console\Command;
/**
* Class UpgradeFireflyInstructions.
*
* @codeCoverageIgnore
*/
class UpgradeFireflyInstructions extends Command
{

View File

@@ -28,6 +28,7 @@ use Illuminate\Support\Str;
/**
* Class UseEncryption.
* @codeCoverageIgnore
*/
class UseEncryption extends Command
{

View File

@@ -30,6 +30,7 @@ use Log;
* Trait VerifiesAccessToken.
*
* Verifies user access token for sensitive commands.
* @codeCoverageIgnore
*/
trait VerifiesAccessToken
{

View File

@@ -50,6 +50,7 @@ use stdClass;
*
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @codeCoverageIgnore
*/
class VerifyDatabase extends Command
{