From 8d9a1985880de1d788a6b6ce9798c35e0971e922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Kukli=C5=84ski?= Date: Sun, 12 Nov 2023 21:07:35 +0100 Subject: [PATCH] Update tests/Functional/Api/FrequentlyAskedQuestionTest.php --- tests/Functional/Api/FrequentlyAskedQuestionTest.php | 6 ------ 1 file changed, 6 deletions(-) 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 {