mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Code cleanup
This commit is contained in:
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class BelongsUserTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class BelongsUserTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class IsAssetAccountIdTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class IsAssetAccountIdTest extends TestCase
|
||||
{
|
||||
|
@@ -29,6 +29,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class IsBooleanTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class IsBooleanTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class IsDateOrTimeTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class IsDateOrTimeTest extends TestCase
|
||||
{
|
||||
|
@@ -36,6 +36,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class IsValidAttachmentModelTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class IsValidAttachmentModelTest extends TestCase
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class UniqueIbanTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class UniqueIbanTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user