From 03d355f613feb11d6b7486ac30b02826c5c4d887 Mon Sep 17 00:00:00 2001 From: IanM Date: Wed, 31 Jan 2024 08:32:26 +0000 Subject: [PATCH] fix: provider visibility --- tests/integration/api/CreatePollTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/api/CreatePollTest.php b/tests/integration/api/CreatePollTest.php index 94853c2f..6cb8a269 100644 --- a/tests/integration/api/CreatePollTest.php +++ b/tests/integration/api/CreatePollTest.php @@ -45,7 +45,7 @@ public function setUp(): void ]); } - private function authorizedUserProvider(): array + protected function authorizedUserProvider(): array { return [ [1], @@ -53,7 +53,7 @@ private function authorizedUserProvider(): array ]; } - private function unauthorizedUserProvider(): array + protected function unauthorizedUserProvider(): array { return [ [2],