Code cleanup

This commit is contained in:
James Cole
2019-08-17 10:48:28 +02:00
parent c235e42d6c
commit 1974d5f1e3
272 changed files with 818 additions and 7 deletions

View File

@@ -41,6 +41,9 @@ use Tests\TestCase;
/**
* Class ChooseAccountsHandlerTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class ChooseAccountsHandlerTest extends TestCase
{

View File

@@ -32,6 +32,9 @@ use Tests\TestCase;
/**
* Class NewBunqJobHandlerTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class NewBunqJobHandlerTest extends TestCase
{

View File

@@ -41,6 +41,9 @@ use Tests\TestCase;
/**
* Class ConfigureMappingHandlerTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*
*/
class ConfigureMappingHandlerTest extends TestCase

View File

@@ -40,6 +40,9 @@ use Tests\TestCase;
/**
* Class ConfigureRolesHandlerTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class ConfigureRolesHandlerTest extends TestCase
{

View File

@@ -34,6 +34,9 @@ use Tests\TestCase;
/**
* Class ConfigureUploadHandlerTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class ConfigureUploadHandlerTest extends TestCase
{

View File

@@ -37,6 +37,9 @@ use Tests\TestCase;
/**
* Class NewFileJobHandlerTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class NewFileJobHandlerTest extends TestCase
{

View File

@@ -44,6 +44,9 @@ use Tests\TestCase;
/**
* Class ChooseAccountsHandlerTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class ChooseAccountsHandlerTest extends TestCase
{

View File

@@ -42,6 +42,9 @@ use Tests\TestCase;
/**
* Class ChooseLoginHandlerTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class ChooseLoginHandlerTest extends TestCase
{

View File

@@ -39,6 +39,9 @@ use Tests\TestCase;
/**
* Class DoAuthenticateHandlerTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class DoAuthenticateHandlerTest extends TestCase
{