Skip to content

Commit

Permalink
Update tests/Functional/Api/FrequentlyAskedQuestionTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe authored Nov 12, 2023
1 parent 7304a78 commit 8d9a198
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Functional/Api/FrequentlyAskedQuestionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 8d9a198

Please sign in to comment.