From 20b591789478b2bb1075b285e20df52e0be96646 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 31 Jan 2024 11:45:37 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/integration/api/CreatePollTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/api/CreatePollTest.php b/tests/integration/api/CreatePollTest.php index a3640f2a..df862df4 100644 --- a/tests/integration/api/CreatePollTest.php +++ b/tests/integration/api/CreatePollTest.php @@ -206,6 +206,7 @@ public function unauthorized_user_cannot_create_poll_in_post(int $userId) /** * @dataProvider authorizedUserProvider + * * @test */ public function authorized_user_can_create_post_poll_on_api(int $userId) @@ -260,6 +261,7 @@ public function authorized_user_can_create_post_poll_on_api(int $userId) /** * @dataProvider unauthorizedUserProvider + * * @test */ public function unauthorized_user_cannot_create_post_poll_on_api(int $userId)