Update test namespaces

This commit is contained in:
Toby Zerner 2018-01-11 01:25:10 +10:30
parent d7536d4f50
commit cc1239fe9f
12 changed files with 12 additions and 12 deletions

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\ExceptionHandler\FloodingExceptionHandler;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\ExceptionHandler\IlluminateValidationExceptionHandler;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\Exception\InvalidAccessTokenException;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\ExceptionHandler\InvalidConfirmationTokenExceptionHandler;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\ExceptionHandler\MethodNotAllowedExceptionHandler;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\ExceptionHandler\ModelNotFoundExceptionHandler;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\ExceptionHandler\PermissionDeniedExceptionHandler;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\ExceptionHandler\RouteNotFoundExceptionHandler;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\ExceptionHandler\TokenMismatchExceptionHandler;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Api\Handler;
namespace Tests\Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Api\ExceptionHandler\ValidationExceptionHandler;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Core\Settings;
namespace Tests\Flarum\Settings;
use Flarum\Settings\DatabaseSettingsRepository;
use Illuminate\Database\ConnectionInterface;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Tests\Flarum\Core\Settings;
namespace Tests\Flarum\Settings;
use Flarum\Settings\MemoryCacheSettingsRepository;
use Flarum\Settings\SettingsRepositoryInterface;