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:
@@ -44,6 +44,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ChooseAccountsHandlerTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ChooseAccountsHandlerTest extends TestCase
|
||||
{
|
||||
|
||||
@@ -42,6 +42,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ChooseLoginHandlerTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ChooseLoginHandlerTest extends TestCase
|
||||
{
|
||||
|
||||
@@ -39,6 +39,9 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class DoAuthenticateHandlerTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class DoAuthenticateHandlerTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user