diff --git a/tests/Functional/Api/FrequentlyAskedQuestionTest.php b/tests/Functional/Api/FrequentlyAskedQuestionTest.php index a4ff6b3e7..982806793 100644 --- a/tests/Functional/Api/FrequentlyAskedQuestionTest.php +++ b/tests/Functional/Api/FrequentlyAskedQuestionTest.php @@ -35,12 +35,6 @@ public function test_block_response(): void $this->assertResponse($response, 'Api/FrequentlyAskedQuestionTest/test_it_get_frequently_asked_question_by_id', Response::HTTP_OK); } -// public function test_blocks_response(): void{ -// $this->client->request('GET', '/api/v2/shop/cms-plugin/faq', [], [], self::CONTENT_TYPE_HEADER); -// $response = $this->client->getResponse(); -// -// $this->assertResponse($response, 'Api/BlockTest/test_it_get_blocks', Response::HTTP_OK); -// } private function getRepository(): FrequentlyAskedQuestionRepositoryInterface {