Reorganize API files

This commit is contained in:
Dane Everitt 2018-01-19 19:58:57 -06:00
parent bdadec002c
commit 0e7f8cedf0
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
41 changed files with 156 additions and 111 deletions

View file

@ -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
{