mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Code cleanup
This commit is contained in:
@@ -30,6 +30,10 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AddTagTest
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AddTagTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AppendDescriptionTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AppendDescriptionTest extends TestCase
|
||||
{
|
||||
|
@@ -31,6 +31,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AppendNotesTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AppendNotesTest extends TestCase
|
||||
{
|
||||
|
@@ -31,6 +31,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ClearBudgetTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ClearBudgetTest extends TestCase
|
||||
{
|
||||
|
@@ -31,6 +31,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ClearCategoryTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ClearCategoryTest extends TestCase
|
||||
{
|
||||
|
@@ -33,6 +33,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ClearNotesTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ClearNotesTest extends TestCase
|
||||
{
|
||||
|
@@ -36,6 +36,9 @@ use Tests\TestCase;
|
||||
/**
|
||||
*
|
||||
* Class ConvertToDepositTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ConvertToDepositTest extends TestCase
|
||||
{
|
||||
|
@@ -38,6 +38,9 @@ use Tests\TestCase;
|
||||
/**
|
||||
*
|
||||
* Class ConvertToTransferTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ConvertToTransferTest extends TestCase
|
||||
{
|
||||
|
@@ -36,6 +36,9 @@ use Tests\TestCase;
|
||||
/**
|
||||
*
|
||||
* Class ConvertToWithdrawalTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ConvertToWithdrawalTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class LinkToBillTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class LinkToBillTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class PrependDescriptionTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class PrependDescriptionTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class PrependNotesTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class PrependNotesTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class RemoveAllTagsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class RemoveAllTagsTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class RemoveTagTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class RemoveTagTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class SetBudgetTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class SetBudgetTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class SetCategoryTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class SetCategoryTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class SetDescriptionTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class SetDescriptionTest extends TestCase
|
||||
{
|
||||
|
@@ -35,6 +35,9 @@ use Tests\TestCase;
|
||||
* Try split journal
|
||||
*
|
||||
* Class SetDestinationAccountTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class SetDestinationAccountTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class SetNotesTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class SetNotesTest extends TestCase
|
||||
{
|
||||
|
@@ -33,6 +33,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class SetSourceAccountTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class SetSourceAccountTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AmountExactlyTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AmountExactlyTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AmountLessTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AmountLessTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class AmountMoreTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AmountMoreTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class BudgetIsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class BudgetIsTest extends TestCase
|
||||
{
|
||||
|
@@ -27,6 +27,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class CategoryIsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class CategoryIsTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class DescriptionContains
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class DescriptionContainsTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class DescriptionEnds
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class DescriptionEndsTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class DescriptionIs
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class DescriptionIsTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class DescriptionStarts
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class DescriptionStartsTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class FromAccountContainsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class FromAccountContainsTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class FromAccountEndsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class FromAccountEndsTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class FromAccountIsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class FromAccountIsTest extends TestCase
|
||||
{
|
||||
|
@@ -32,6 +32,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class FromAccountStartsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class FromAccountStartsTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class HasAnyBudgetTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class HasAnyBudgetTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class HasAnyCategoryTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class HasAnyCategoryTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class HasAnyTagTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class HasAnyTagTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class HasAttachmentTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class HasAttachmentTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class HasNoBudgetTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class HasNoBudgetTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class HasNoCategoryTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class HasNoCategoryTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class HasNoTagTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class HasNoTagTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class NotesAnyTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class NotesAnyTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class NotesAreTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class NotesAreTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class NotesContainTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class NotesContainTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class NotesEmptyTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class NotesEmptyTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class NotesEndTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class NotesEndTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class NotesStartTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class NotesStartTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class TagIsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class TagIsTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ToAccountContainsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ToAccountContainsTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ToAccountEndsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ToAccountEndsTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ToAccountIsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ToAccountIsTest extends TestCase
|
||||
{
|
||||
|
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ToAccountStartsTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ToAccountStartsTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class TransactionTypeTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class TransactionTypeTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user