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

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

View File

@@ -39,6 +39,9 @@ use Tests\TestCase;
* Do some end to end testing here, perhaps?
*
* Class CSVProcessorTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class CSVProcessorTest extends TestCase
{

View File

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

View File

@@ -45,6 +45,9 @@ use Tests\TestCase;
* todo test foreign currency
*
* Class ImportableConverterTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class ImportableConverterTest extends TestCase
{

View File

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

View File

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

View File

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

View File

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

View File

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