Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Oct 22, 2024
1 parent 245ebca commit 526d76b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Flarum\Testing\integration\RetrievesAuthorizedUsers;
use Flarum\Testing\integration\TestCase;
use Flarum\User\User;
use PHPUnit\Framework\Attributes\Test;

class NotificationsTest extends TestCase
{
Expand Down Expand Up @@ -43,7 +44,7 @@ protected function setUp(): void
]);
}

/** @test */
#[Test]
public function approving_reply_sends_mention_notification()
{
$this->extensions = ['flarum-flags', 'flarum-approval', 'flarum-mentions'];
Expand Down

0 comments on commit 526d76b

Please sign in to comment.