Reorganize API files
This commit is contained in:
parent
bdadec002c
commit
0e7f8cedf0
41 changed files with 156 additions and 111 deletions
|
@ -3,7 +3,7 @@
|
|||
namespace Tests\Unit\Http\Middleware\Api\Admin;
|
||||
|
||||
use Tests\Unit\Http\Middleware\MiddlewareTestCase;
|
||||
use Pterodactyl\Http\Middleware\Api\Admin\AuthenticateUser;
|
||||
use Pterodactyl\Http\Middleware\Api\Application\AuthenticateUser;
|
||||
|
||||
class AuthenticateUserTest extends MiddlewareTestCase
|
||||
{
|
||||
|
@ -44,7 +44,7 @@ class AuthenticateUserTest extends MiddlewareTestCase
|
|||
/**
|
||||
* Return an instance of the middleware for testing.
|
||||
*
|
||||
* @return \Pterodactyl\Http\Middleware\Api\Admin\AuthenticateUser
|
||||
* @return \Pterodactyl\Http\Middleware\Api\Application\AuthenticateUser
|
||||
*/
|
||||
private function getMiddleware(): AuthenticateUser
|
||||
{
|
||||
|
|
Reference in a new issue