Improve test coverage.

This commit is contained in:
James Cole
2019-07-31 16:53:09 +02:00
parent 5524941c90
commit 9b574ce7ad
155 changed files with 1890 additions and 2263 deletions

View File

@@ -35,6 +35,7 @@ use Tests\Object\FakeApiContext;
* Special class to hide away bunq's static initialisation methods.
*
* Class ApiContext
* @codeCoverageIgnore
*/
class ApiContext
{

View File

@@ -31,6 +31,7 @@ use FireflyIII\Exceptions\FireflyException;
/**
* Class MonetaryAccount
* @codeCoverageIgnore
*/
class MonetaryAccount
{

View File

@@ -31,6 +31,7 @@ use FireflyIII\Exceptions\FireflyException;
/**
* Class Payment
* @codeCoverageIgnore
*/
class Payment
{