1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 01:46:35 +02:00

Use flarum/testing for test infrastructure (#2545)

This commit is contained in:
Alexander Skvortsov
2021-03-07 16:32:41 -05:00
committed by GitHub
parent bc607e089e
commit 2c3e1f9923
74 changed files with 106 additions and 547 deletions

View File

@@ -14,8 +14,8 @@ use Flarum\Notification\Blueprint\BlueprintInterface;
use Flarum\Notification\Driver\NotificationDriverInterface;
use Flarum\Notification\Notification;
use Flarum\Notification\NotificationSyncer;
use Flarum\Tests\integration\RetrievesAuthorizedUsers;
use Flarum\Tests\integration\TestCase;
use Flarum\Testing\integration\RetrievesAuthorizedUsers;
use Flarum\Testing\integration\TestCase;
use Flarum\User\User;
class NotificationTest extends TestCase