From 8a176d018262f81949e43a854fc11a44818c69d3 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 1 Nov 2022 14:54:31 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/integration/api/DiscussionTest.php | 2 +- tests/integration/api/UserPreferencesTest.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/api/DiscussionTest.php b/tests/integration/api/DiscussionTest.php index 06ac640..8c5eac1 100644 --- a/tests/integration/api/DiscussionTest.php +++ b/tests/integration/api/DiscussionTest.php @@ -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' => '@"Bad "#p6 User"#p9'], ['id' => 20, 'number' => 21, 'discussion_id' => 2, 'created_at' => Carbon::now(), 'user_id' => 40, 'type' => 'comment', 'content' => '@"Bad "#p6 User"#p9'], ['id' => 21, 'number' => 22, 'discussion_id' => 2, 'created_at' => Carbon::now(), 'user_id' => 4, 'type' => 'comment', 'content' => '@"acme"#p11'], - ] + ], ]); } diff --git a/tests/integration/api/UserPreferencesTest.php b/tests/integration/api/UserPreferencesTest.php index 10e38e0..8e72151 100644 --- a/tests/integration/api/UserPreferencesTest.php +++ b/tests/integration/api/UserPreferencesTest.php @@ -18,7 +18,7 @@ class UserPreferencesTest extends TestCase { use RetrievesAuthorizedUsers; - + protected function setup(): void { parent::setup(); @@ -26,7 +26,7 @@ protected function setup(): void $this->extension('flarum-tags', 'ianm-synopsis'); $this->prepareDatabase([ - 'users' => [$this->normalUser()] + 'users' => [$this->normalUser()], ]); }