diff --git a/tests/Functional/Api/FrequentlyAskedQuestionTest.php b/tests/Functional/Api/FrequentlyAskedQuestionTest.php index 982806793..61640c33b 100644 --- a/tests/Functional/Api/FrequentlyAskedQuestionTest.php +++ b/tests/Functional/Api/FrequentlyAskedQuestionTest.php @@ -35,7 +35,6 @@ public function test_block_response(): void $this->assertResponse($response, 'Api/FrequentlyAskedQuestionTest/test_it_get_frequently_asked_question_by_id', Response::HTTP_OK); } - private function getRepository(): FrequentlyAskedQuestionRepositoryInterface { /** @var FrequentlyAskedQuestionRepositoryInterface $repository */