diff --git a/tests/integration/api/CreatePollTest.php b/tests/integration/api/CreatePollTest.php index 6cb8a269..93adf901 100644 --- a/tests/integration/api/CreatePollTest.php +++ b/tests/integration/api/CreatePollTest.php @@ -45,7 +45,7 @@ public function setUp(): void ]); } - protected function authorizedUserProvider(): array + public function authorizedUserProvider(): array { return [ [1], @@ -53,7 +53,7 @@ protected function authorizedUserProvider(): array ]; } - protected function unauthorizedUserProvider(): array + public function unauthorizedUserProvider(): array { return [ [2],