fixed namespaces in tests

This commit is contained in:
pushrbx 2023-02-12 15:14:11 +00:00
parent b35f37a0a9
commit 2872cecf7e
14 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Character;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Club;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\GenreAnime;
use App\GenreManga;
use App\Testing\ScoutFlush;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Magazine;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Manga;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Person;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Producers;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;

View File

@ -1,6 +1,6 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;
use Illuminate\Support\Facades\DB;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;
use Illuminate\Support\Facades\DB;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Anime;
use App\Enums\AnimeStatusEnum;
use App\Enums\AnimeTypeEnum;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Anime;
use App\Character;
use App\Manga;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Anime;
use App\Character;
use App\Manga;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Profile;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;

View File

@ -1,5 +1,5 @@
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
namespace Tests\HttpV4\Controllers;
namespace Tests\Integration;
use App\Testing\ScoutFlush;
use App\Testing\SyntheticMongoDbTransaction;
use Illuminate\Support\Facades\DB;