Optimise test code.

This commit is contained in:
James Cole
2019-06-13 18:07:49 +02:00
parent 162c8af6ca
commit 5d1cfc661f
29 changed files with 110 additions and 75 deletions

View File

@@ -28,6 +28,7 @@ use Exception;
/**
* Class FireflyException.
* @codeCoverageIgnore
*/
class FireflyException extends Exception
{

View File

@@ -28,6 +28,7 @@ use Exception;
/**
* Class NotImplementedException.
* @codeCoverageIgnore
*/
class NotImplementedException extends Exception
{

View File

@@ -28,6 +28,7 @@ use Exception;
/**
* Class ValidationExceptions.
* @codeCoverageIgnore
*/
class ValidationException extends Exception
{