We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f20898 commit 81e848bCopy full SHA for 81e848b
docs/07-AdvancedUsage.md
@@ -220,7 +220,7 @@ class EndpointCest
220
*/
221
public function checkEndpoints(ApiTester $I, \Codeception\Example $example)
222
{
223
- $I->sendGET($example[0]);
+ $I->sendGet($example[0]);
224
$I->seeResponseCodeIs($example[1]);
225
}
226
@@ -843,4 +843,4 @@ and write them faster using the interactive console. Codeception tests can be ea
843
844
845
* **Next Chapter: [BDD >](/docs/07-BDD)**
846
-* **Previous Chapter: [< ReusingTestCode](/docs/06-ReusingTestCode)**
+* **Previous Chapter: [< ReusingTestCode](/docs/06-ReusingTestCode)**
0 commit comments