1
0
mirror of https://github.com/flarum/core.git synced 2025-07-15 22:06:24 +02:00

Update test namespaces

This commit is contained in:
Toby Zerner
2018-01-11 01:25:10 +10:30
parent c6747b6910
commit 1c1cefa017
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;