We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bda9d commit 6acada9Copy full SHA for 6acada9
tests/Feature/ReplyTest.php
@@ -7,7 +7,6 @@
7
use App\Models\User;
8
use App\Notifications\MentionNotification;
9
use App\Rules\InvalidMentionRule;
10
-use Illuminate\Foundation\Testing\DatabaseMigrations;
11
use Illuminate\Foundation\Testing\RefreshDatabase;
12
use Illuminate\Notifications\DatabaseNotification;
13
use Illuminate\Support\Facades\Notification;
@@ -201,7 +200,7 @@
201
200
'replyable_id' => $thread->id,
202
'replyable_type' => Thread::TABLE,
203
]);
204
-
+
205
$notification = DatabaseNotification::first();
206
$this->assertSame($user->id, (int) $notification->notifiable_id);
207
$this->assertSame('users', $notification->notifiable_type);
0 commit comments