mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Code cleanup
This commit is contained in:
parent
c235e42d6c
commit
1974d5f1e3
@ -36,6 +36,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class AccountControllerTest
|
* Class AccountControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class AccountControllerTest extends TestCase
|
class AccountControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class AvailableBudgetControllerTest
|
* Class AvailableBudgetControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class AvailableBudgetControllerTest extends TestCase
|
class AvailableBudgetControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -29,6 +29,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CategoryControllerTest
|
* Class CategoryControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CategoryControllerTest extends TestCase
|
class CategoryControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,9 @@ use Illuminate\Contracts\Console\Kernel;
|
|||||||
/**
|
/**
|
||||||
* Trait CreatesApplication
|
* Trait CreatesApplication
|
||||||
*
|
*
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
trait CreatesApplication
|
trait CreatesApplication
|
||||||
{
|
{
|
||||||
|
@ -39,8 +39,9 @@ use Tests\TestCase;
|
|||||||
*
|
*
|
||||||
* Class CreateControllerTest.
|
* Class CreateControllerTest.
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
|
||||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateControllerTest extends TestCase
|
class CreateControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,8 +38,9 @@ use Tests\TestCase;
|
|||||||
*
|
*
|
||||||
* Class DeleteControllerTest
|
* Class DeleteControllerTest
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
|
||||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DeleteControllerTest extends TestCase
|
class DeleteControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,8 +38,9 @@ use Tests\TestCase;
|
|||||||
*
|
*
|
||||||
* Class EditControllerTest
|
* Class EditControllerTest
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
|
||||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class EditControllerTest extends TestCase
|
class EditControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,8 +38,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
* Class IndexControllerTest
|
* Class IndexControllerTest
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
|
||||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class IndexControllerTest extends TestCase
|
class IndexControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -39,9 +39,10 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ConfigurationControllerTest
|
* Class ConfigurationControllerTest
|
||||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
|
||||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
|
||||||
*
|
*
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ReconcileControllerTest extends TestCase
|
class ReconcileControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -42,8 +42,9 @@ use Tests\TestCase;
|
|||||||
*
|
*
|
||||||
* Class ShowControllerTest
|
* Class ShowControllerTest
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
|
||||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ShowControllerTest extends TestCase
|
class ShowControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,10 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ConfigurationControllerTest
|
* Class ConfigurationControllerTest
|
||||||
|
*
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ConfigurationControllerTest extends TestCase
|
class ConfigurationControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -31,6 +31,10 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class HomeControllerTest
|
* Class HomeControllerTest
|
||||||
|
*
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class HomeControllerTest extends TestCase
|
class HomeControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -35,6 +35,10 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class UpdateControllerTest
|
* Class UpdateControllerTest
|
||||||
|
*
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class UpdateControllerTest extends TestCase
|
class UpdateControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -31,6 +31,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class UserControllerTest
|
* Class UserControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class UserControllerTest extends TestCase
|
class UserControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class TwoFactorControllerTest
|
* Class TwoFactorControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class TwoFactorControllerTest extends TestCase
|
class TwoFactorControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -36,6 +36,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class AmountControllerTest
|
* Class AmountControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class AmountControllerTest extends TestCase
|
class AmountControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -34,6 +34,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class CreateControllerTest
|
* Class CreateControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateControllerTest extends TestCase
|
class CreateControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -33,6 +33,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class DeleteControllerTest
|
* Class DeleteControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DeleteControllerTest extends TestCase
|
class DeleteControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -33,6 +33,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class EditControllerTest
|
* Class EditControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class EditControllerTest extends TestCase
|
class EditControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateControllerTest
|
* Class CreateControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateControllerTest extends TestCase
|
class CreateControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class DeleteControllerTest
|
* Class DeleteControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DeleteControllerTest extends TestCase
|
class DeleteControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -33,6 +33,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class EditControllerTest
|
* Class EditControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class EditControllerTest extends TestCase
|
class EditControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -34,6 +34,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class IndexControllerTest
|
* Class IndexControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class IndexControllerTest extends TestCase
|
class IndexControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -33,6 +33,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class BillControllerTest
|
* Class BillControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class BillControllerTest extends TestCase
|
class BillControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -39,6 +39,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class BudgetControllerTest
|
* Class BudgetControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class BudgetControllerTest extends TestCase
|
class BudgetControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,6 +38,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class BudgetReportControllerTest
|
* Class BudgetReportControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class BudgetReportControllerTest extends TestCase
|
class BudgetReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -35,6 +35,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CategoryReportControllerTest
|
* Class CategoryReportControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CategoryReportControllerTest extends TestCase
|
class CategoryReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -34,6 +34,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ExpenseReportControllerTest
|
* Class ExpenseReportControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ExpenseReportControllerTest extends TestCase
|
class ExpenseReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class PiggyBankControllerTest
|
* Class PiggyBankControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class PiggyBankControllerTest extends TestCase
|
class PiggyBankControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,6 +38,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ReportControllerTest
|
* Class ReportControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ReportControllerTest extends TestCase
|
class ReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,6 +38,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class TagReportControllerTest
|
* Class TagReportControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class TagReportControllerTest extends TestCase
|
class TagReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -33,6 +33,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class CallbackControllerTest
|
* Class CallbackControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CallbackControllerTest extends TestCase
|
class CallbackControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -35,6 +35,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class JobConfigurationControllerTest
|
* Class JobConfigurationControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class JobConfigurationControllerTest extends TestCase
|
class JobConfigurationControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -31,6 +31,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class AutoCompleteControllerTest
|
* Class AutoCompleteControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class AutoCompleteControllerTest extends TestCase
|
class AutoCompleteControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -39,6 +39,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class BoxControllerTest
|
* Class BoxControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class BoxControllerTest extends TestCase
|
class BoxControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -39,6 +39,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class ReconcileControllerTest
|
* Class ReconcileControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ReconcileControllerTest extends TestCase
|
class ReconcileControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -33,6 +33,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class RecurrenceControllerTest
|
* Class RecurrenceControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class RecurrenceControllerTest extends TestCase
|
class RecurrenceControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -44,7 +44,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class CreateControllerTest
|
* Class CreateControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateControllerTest extends TestCase
|
class CreateControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -34,6 +34,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class DeleteControllerTest
|
* Class DeleteControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DeleteControllerTest extends TestCase
|
class DeleteControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -43,6 +43,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class EditControllerTest
|
* Class EditControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class EditControllerTest extends TestCase
|
class EditControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -40,6 +40,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class IndexControllerTest
|
* Class IndexControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class IndexControllerTest extends TestCase
|
class IndexControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -36,6 +36,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateControllerTest
|
* Class CreateControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateControllerTest extends TestCase
|
class CreateControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -34,6 +34,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class DeleteControllerTest
|
* Class DeleteControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DeleteControllerTest extends TestCase
|
class DeleteControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -36,6 +36,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class EditControllerTest
|
* Class EditControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class EditControllerTest extends TestCase
|
class EditControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -39,6 +39,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class SelectControllerTest
|
* Class SelectControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class SelectControllerTest extends TestCase
|
class SelectControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateControllerTest
|
* Class CreateControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateControllerTest extends TestCase
|
class CreateControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class DeleteControllerTest
|
* Class DeleteControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DeleteControllerTest extends TestCase
|
class DeleteControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class EditControllerTest
|
* Class EditControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class EditControllerTest extends TestCase
|
class EditControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -35,6 +35,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ExecutionControllerTest
|
* Class ExecutionControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ExecutionControllerTest extends TestCase
|
class ExecutionControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -36,6 +36,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class CronControllerTest
|
* Class CronControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CronControllerTest extends TestCase
|
class CronControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateControllerTest
|
* Class CreateControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateControllerTest extends TestCase
|
class CreateControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class EditControllerTest
|
* Class EditControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class EditControllerTest extends TestCase
|
class EditControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -34,6 +34,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class IndexControllerTest
|
* Class IndexControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class IndexControllerTest extends TestCase
|
class IndexControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -35,6 +35,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class LinkControllerTest
|
* Class LinkControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class LinkControllerTest extends TestCase
|
class LinkControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ShowControllerTest
|
* Class ShowControllerTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ShowControllerTest extends TestCase
|
class ShowControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ExampleTest
|
* Class ExampleTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ExampleTest extends TestCase
|
class ExampleTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,9 @@ namespace Tests\Object;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class FakeApiContext
|
* Class FakeApiContext
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class FakeApiContext
|
class FakeApiContext
|
||||||
{
|
{
|
||||||
|
@ -64,6 +64,9 @@ use RuntimeException;
|
|||||||
* Class TestCase
|
* Class TestCase
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.NumberOfChildren)
|
* @SuppressWarnings(PHPMD.NumberOfChildren)
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
abstract class TestCase extends BaseTestCase
|
abstract class TestCase extends BaseTestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateAccessTokensTest
|
* Class CreateAccessTokensTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateAccessTokensTest extends TestCase
|
class CreateAccessTokensTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateLinkTypesTest
|
* Class CreateLinkTypesTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateLinkTypesTest extends TestCase
|
class CreateLinkTypesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class DeleteEmptyGroupsTest
|
* Class DeleteEmptyGroupsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DeleteEmptyGroupsTest extends TestCase
|
class DeleteEmptyGroupsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,13 @@ use FireflyIII\Models\TransactionJournal;
|
|||||||
use Log;
|
use Log;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class DeleteEmptyJournalsTest
|
||||||
|
*
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
|
*/
|
||||||
class DeleteEmptyJournalsTest extends TestCase
|
class DeleteEmptyJournalsTest extends TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class DeleteOrphanedTransactionsTest
|
* Class DeleteOrphanedTransactionsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DeleteOrphanedTransactionsTest extends TestCase
|
class DeleteOrphanedTransactionsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -29,6 +29,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class DeleteZeroAmountTest
|
* Class DeleteZeroAmountTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DeleteZeroAmountTest extends TestCase
|
class DeleteZeroAmountTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -29,6 +29,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class EnableCurrenciesTest
|
* Class EnableCurrenciesTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class EnableCurrenciesTest extends TestCase
|
class EnableCurrenciesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class FixAccountTypesTest
|
* Class FixAccountTypesTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class FixAccountTypesTest extends TestCase
|
class FixAccountTypesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -29,6 +29,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class FixPiggiesTest
|
* Class FixPiggiesTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class FixPiggiesTest extends TestCase
|
class FixPiggiesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class FixUnevenAmountTest
|
* Class FixUnevenAmountTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class FixUnevenAmountTest extends TestCase
|
class FixUnevenAmountTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class RemoveBillsTest
|
* Class RemoveBillsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class RemoveBillsTest extends TestCase
|
class RemoveBillsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class RenameMetaFieldsTest
|
* Class RenameMetaFieldsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class RenameMetaFieldsTest extends TestCase
|
class RenameMetaFieldsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class TransferBudgetsTest
|
* Class TransferBudgetsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class TransferBudgetsTest extends TestCase
|
class TransferBudgetsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class DecryptDatabaseTest
|
* Class DecryptDatabaseTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class DecryptDatabaseTest extends TestCase
|
class DecryptDatabaseTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -37,6 +37,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateCSVImportTest
|
* Class CreateCSVImportTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CreateCSVImportTest extends TestCase
|
class CreateCSVImportTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -31,6 +31,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ReportEmptyObjectsTest
|
* Class ReportEmptyObjectsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ReportEmptyObjectsTest extends TestCase
|
class ReportEmptyObjectsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ReportSumTest
|
* Class ReportSumTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ReportSumTest extends TestCase
|
class ReportSumTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,6 +38,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ApplyRulesTest
|
* Class ApplyRulesTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ApplyRulesTest extends TestCase
|
class ApplyRulesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,6 +38,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class AccountCurrenciesTest
|
* Class AccountCurrenciesTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class AccountCurrenciesTest extends TestCase
|
class AccountCurrenciesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class BackToJournalsTest
|
* Class BackToJournalsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class BackToJournalsTest extends TestCase
|
class BackToJournalsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -31,6 +31,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class BudgetLimitCurrencyTest
|
* Class BudgetLimitCurrencyTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class BudgetLimitCurrencyTest extends TestCase
|
class BudgetLimitCurrencyTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -31,6 +31,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CCLiabilitiesTest
|
* Class CCLiabilitiesTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CCLiabilitiesTest extends TestCase
|
class CCLiabilitiesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class MigrateAttachmentsTest
|
* Class MigrateAttachmentsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class MigrateAttachmentsTest extends TestCase
|
class MigrateAttachmentsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class MigrateJournalNotesTest
|
* Class MigrateJournalNotesTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class MigrateJournalNotesTest extends TestCase
|
class MigrateJournalNotesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,6 +38,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class MigrateToGroupsTest
|
* Class MigrateToGroupsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class MigrateToGroupsTest extends TestCase
|
class MigrateToGroupsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,6 +38,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class MigrateToRulesTest
|
* Class MigrateToRulesTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class MigrateToRulesTest extends TestCase
|
class MigrateToRulesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,6 +38,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class OtherCurrenciesCorrectionsTest
|
* Class OtherCurrenciesCorrectionsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class OtherCurrenciesCorrectionsTest extends TestCase
|
class OtherCurrenciesCorrectionsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class RenameAccountMetaTest
|
* Class RenameAccountMetaTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class RenameAccountMetaTest extends TestCase
|
class RenameAccountMetaTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -34,6 +34,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class TransactionIdentifierTest
|
* Class TransactionIdentifierTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class TransactionIdentifierTest extends TestCase
|
class TransactionIdentifierTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -38,6 +38,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class TransferCurrenciesCorrectionsTest
|
* Class TransferCurrenciesCorrectionsTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class TransferCurrenciesCorrectionsTest extends TestCase
|
class TransferCurrenciesCorrectionsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ExampleTest
|
* Class ExampleTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class ExampleTest extends TestCase
|
class ExampleTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -41,7 +41,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class AccountFactoryTest
|
* Class AccountFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class AccountFactoryTest extends TestCase
|
class AccountFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class AccountMetaFactoryTest
|
* Class AccountMetaFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class AccountMetaFactoryTest extends TestCase
|
class AccountMetaFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -34,6 +34,9 @@ use Tests\TestCase;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Class AttachmentFactoryTest
|
* Class AttachmentFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class AttachmentFactoryTest extends TestCase
|
class AttachmentFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class BillFactoryTest
|
* Class BillFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class BillFactoryTest extends TestCase
|
class BillFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class BudgetFactoryTest
|
* Class BudgetFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class BudgetFactoryTest extends TestCase
|
class BudgetFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -29,6 +29,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CategoryFactoryTest
|
* Class CategoryFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class CategoryFactoryTest extends TestCase
|
class CategoryFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -33,6 +33,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class PiggyBankEventFactoryTest
|
* Class PiggyBankEventFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class PiggyBankEventFactoryTest extends TestCase
|
class PiggyBankEventFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class PiggyBankFactoryTest
|
* Class PiggyBankFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class PiggyBankFactoryTest extends TestCase
|
class PiggyBankFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -52,7 +52,9 @@ use Tests\TestCase;
|
|||||||
* With the correct types.
|
* With the correct types.
|
||||||
*
|
*
|
||||||
* Class RecurrenceFactoryTest
|
* Class RecurrenceFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class RecurrenceFactoryTest extends TestCase
|
class RecurrenceFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class TagFactoryTest
|
* Class TagFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class TagFactoryTest extends TestCase
|
class TagFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@ -31,6 +31,9 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class TransactionCurrencyFactoryTest
|
* Class TransactionCurrencyFactoryTest
|
||||||
|
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
|
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||||
*/
|
*/
|
||||||
class TransactionCurrencyFactoryTest extends TestCase
|
class TransactionCurrencyFactoryTest extends TestCase
|
||||||
{
|
{
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user