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 Nov 1, 2022
1 parent c1a4616 commit 8a176d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration/api/DiscussionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected function setup(): void
['id' => 19, 'number' => 20, 'discussion_id' => 2, 'created_at' => Carbon::now(), 'user_id' => 4, 'type' => 'comment', 'content' => '<r><POSTMENTION displayname="Bad &quot;#p6 User" id="9" number="10" discussionid="2">@"Bad "#p6 User"#p9</POSTMENTION></r>'],
['id' => 20, 'number' => 21, 'discussion_id' => 2, 'created_at' => Carbon::now(), 'user_id' => 40, 'type' => 'comment', 'content' => '<r><POSTMENTION displayname="Bad &quot;#p6 User" id="9" number="10" discussionid="2">@"Bad "#p6 User"#p9</POSTMENTION></r>'],
['id' => 21, 'number' => 22, 'discussion_id' => 2, 'created_at' => Carbon::now(), 'user_id' => 4, 'type' => 'comment', 'content' => '<r><POSTMENTION displayname="deleted_user" id="11" number="12" discussionid="2">@"acme"#p11</POSTMENTION></r>'],
]
],
]);
}

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/api/UserPreferencesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
class UserPreferencesTest extends TestCase
{
use RetrievesAuthorizedUsers;

protected function setup(): void
{
parent::setup();

$this->extension('flarum-tags', 'ianm-synopsis');

$this->prepareDatabase([
'users' => [$this->normalUser()]
'users' => [$this->normalUser()],
]);
}

Expand Down

0 comments on commit 8a176d0

Please sign in to comment.