mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code cleanup
This commit is contained in:
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AmountCreditTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AmountCreditTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AmountDebitTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AmountDebitTest extends TestCase
|
||||
{
|
||||
|
@@ -27,6 +27,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AmountNegatedTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AmountNegatedTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AmountTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AmountTest extends TestCase
|
||||
{
|
||||
|
@@ -31,6 +31,9 @@ use Tests\TestCase;
|
||||
/**
|
||||
*
|
||||
* Class BankDebitCreditTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class BankDebitCreditTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user