Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 17, 2024
1 parent af27375 commit ca7e178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/notifications/NotificationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
namespace FoF\FollowTags\tests\integration\notifications;

use Carbon\Carbon;
use Flarum\Testing\integration\TestCase;
use Flarum\Testing\integration\RetrievesAuthorizedUsers;
use Flarum\Testing\integration\TestCase;
use FoF\FollowTags\tests\integration\ExtensionDepsTrait;
use FoF\FollowTags\tests\integration\TagsDefinitionTrait;

Expand All @@ -33,9 +33,9 @@ public function setUp(): void
'users' => [
$this->normalUser(),
],
'tags' => $this->tags(),
'tags' => $this->tags(),
'tag_user' => [
['user_id' => 2, 'tag_id' => 1, 'is_hidden' => 0 , 'subscription' => 'follow', 'created_at' => Carbon::now()->toDateTimeString()],
['user_id' => 2, 'tag_id' => 1, 'is_hidden' => 0, 'subscription' => 'follow', 'created_at' => Carbon::now()->toDateTimeString()],
],
'discussions' => [
['id' => 1, 'title' => 'The quick brown fox jumps over the lazy dog', 'created_at' => Carbon::now()->toDateTimeString(), 'user_id' => 2, 'participant_count' => 1],
Expand Down

0 comments on commit ca7e178

Please sign in to comment.