mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Correct namespace and location.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\Preference;
|
use FireflyIII\Models\Preference;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\LinkType;
|
use FireflyIII\Models\LinkType;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\TransactionGroup;
|
use FireflyIII\Models\TransactionGroup;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\Transaction;
|
use FireflyIII\Models\Transaction;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\Account;
|
use FireflyIII\Models\Account;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\Transaction;
|
use FireflyIII\Models\Transaction;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\BudgetLimit;
|
use FireflyIII\Models\BudgetLimit;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Factory\AccountFactory;
|
use FireflyIII\Factory\AccountFactory;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\PiggyBank;
|
use FireflyIII\Models\PiggyBank;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\Transaction;
|
use FireflyIII\Models\Transaction;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\TransactionJournal;
|
use FireflyIII\Models\TransactionJournal;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\TransactionJournalMeta;
|
use FireflyIII\Models\TransactionJournalMeta;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Correction;
|
namespace Tests\Feature\Console\Commands\Correction;
|
||||||
|
|
||||||
|
|
||||||
use Log;
|
use Log;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands;
|
namespace Tests\Feature\Console\Commands;
|
||||||
|
|
||||||
|
|
||||||
use Crypt;
|
use Crypt;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Integrity;
|
namespace Tests\Feature\Console\Commands\Integrity;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\Account;
|
use FireflyIII\Models\Account;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Integrity;
|
namespace Tests\Feature\Console\Commands\Integrity;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Models\Transaction;
|
use FireflyIII\Models\Transaction;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Tools;
|
namespace Tests\Feature\Console\Commands\Tools;
|
||||||
|
|
||||||
|
|
||||||
use FireflyIII\Helpers\Collector\GroupCollectorInterface;
|
use FireflyIII\Helpers\Collector\GroupCollectorInterface;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use Amount;
|
use Amount;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
use FireflyIII\Factory\TransactionGroupFactory;
|
use FireflyIII\Factory\TransactionGroupFactory;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\Unit\Console\Commands\Upgrade;
|
namespace Tests\Feature\Console\Commands\Upgrade;
|
||||||
|
|
||||||
|
|
||||||
use FireflyConfig;
|
use FireflyConfig;
|
||||||
|
@@ -52,7 +52,6 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
class IndexControllerTest extends TestCase
|
class IndexControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
use TestDataTrait;
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -49,7 +49,6 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
class BudgetControllerTest extends TestCase
|
class BudgetControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
use TestDataTrait;
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -45,7 +45,6 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
class BudgetReportControllerTest extends TestCase
|
class BudgetReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
use TestDataTrait;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@@ -47,7 +47,6 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
class CategoryControllerTest extends TestCase
|
class CategoryControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
use TestDataTrait;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@@ -42,7 +42,6 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
class CategoryReportControllerTest extends TestCase
|
class CategoryReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
use TestDataTrait;
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -45,7 +45,6 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
class TagReportControllerTest extends TestCase
|
class TagReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
use TestDataTrait;
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -44,7 +44,6 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
class BudgetControllerTest extends TestCase
|
class BudgetControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
use TestDataTrait;
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -43,7 +43,6 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
class CategoryControllerTest extends TestCase
|
class CategoryControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
use TestDataTrait;
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Support;
|
namespace Tests\Feature\Support;
|
||||||
|
|
||||||
use FireflyIII\Support\Amount;
|
use FireflyIII\Support\Amount;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
@@ -41,7 +41,6 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
class CategoryTransformerTest extends TestCase
|
class CategoryTransformerTest extends TestCase
|
||||||
{
|
{
|
||||||
use TestDataTrait;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user