Update test namespace
This commit is contained in:
parent
0e7f8cedf0
commit
06335a1e47
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Unit\Http\Middleware\Api\Admin;
|
namespace Tests\Unit\Http\Middleware\Api\Application;
|
||||||
|
|
||||||
use Pterodactyl\Models\ApiKey;
|
use Pterodactyl\Models\ApiKey;
|
||||||
use Tests\Unit\Http\Middleware\MiddlewareTestCase;
|
use Tests\Unit\Http\Middleware\MiddlewareTestCase;
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Unit\Http\Middleware\Api\Admin;
|
namespace Tests\Unit\Http\Middleware\Api\Application;
|
||||||
|
|
||||||
use Mockery as m;
|
use Mockery as m;
|
||||||
use Cake\Chronos\Chronos;
|
use Cake\Chronos\Chronos;
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Unit\Http\Middleware\Api\Admin;
|
namespace Tests\Unit\Http\Middleware\Api\Application;
|
||||||
|
|
||||||
use Tests\Unit\Http\Middleware\MiddlewareTestCase;
|
use Tests\Unit\Http\Middleware\MiddlewareTestCase;
|
||||||
use Pterodactyl\Http\Middleware\Api\Application\AuthenticateUser;
|
use Pterodactyl\Http\Middleware\Api\Application\AuthenticateUser;
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Unit\Http\Middleware\Api\Admin;
|
namespace Tests\Unit\Http\Middleware\Api\Application;
|
||||||
|
|
||||||
use Mockery as m;
|
use Mockery as m;
|
||||||
use Barryvdh\Debugbar\LaravelDebugbar;
|
use Barryvdh\Debugbar\LaravelDebugbar;
|
Loading…
Reference in New Issue