From 87673e1ea00d751fc26e8fbde8f42ac5cf49d1cd Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 14 Oct 2020 20:16:37 +0200 Subject: [PATCH] Update 07-AdvancedUsage.md See https://github.com/Codeception/module-rest/pull/28 --- docs/07-AdvancedUsage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/07-AdvancedUsage.md b/docs/07-AdvancedUsage.md index 4e2d3b25d..eb4a11ba2 100644 --- a/docs/07-AdvancedUsage.md +++ b/docs/07-AdvancedUsage.md @@ -220,7 +220,7 @@ class EndpointCest */ public function checkEndpoints(ApiTester $I, \Codeception\Example $example) { - $I->sendGET($example[0]); + $I->sendGet($example[0]); $I->seeResponseCodeIs($example[1]); } } @@ -843,4 +843,4 @@ and write them faster using the interactive console. Codeception tests can be ea * **Next Chapter: [BDD >](/docs/07-BDD)** -* **Previous Chapter: [< ReusingTestCode](/docs/06-ReusingTestCode)** \ No newline at end of file +* **Previous Chapter: [< ReusingTestCode](/docs/06-ReusingTestCode)**