mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 13:43:36 +00:00
Code cleanup
This commit is contained in:
@@ -41,6 +41,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ConfigureMappingHandlerTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*
|
||||
*/
|
||||
class ConfigureMappingHandlerTest extends TestCase
|
||||
|
||||
@@ -40,6 +40,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ConfigureRolesHandlerTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ConfigureRolesHandlerTest extends TestCase
|
||||
{
|
||||
|
||||
@@ -34,6 +34,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ConfigureUploadHandlerTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ConfigureUploadHandlerTest extends TestCase
|
||||
{
|
||||
|
||||
@@ -37,6 +37,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class NewFileJobHandlerTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class NewFileJobHandlerTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user