1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Extract new Flarum\Post namespace

This commit is contained in:
Franz Liedke
2017-06-24 13:43:33 +02:00
parent 02a5b65d08
commit aaa04e2e13
38 changed files with 146 additions and 154 deletions

View File

@@ -13,7 +13,7 @@ namespace Tests\Flarum\Api\Handler;
use Exception;
use Flarum\Api\ExceptionHandler\FloodingExceptionHandler;
use Flarum\Core\Exception\FloodingException;
use Flarum\Post\Exception\FloodingException;
use Tests\Test\TestCase;
class FloodingExceptionHandlerTest extends TestCase