You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/APITesting.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ Codeception uses this simple and lightweight definitions format which can be [ea
204
204
205
205
Responses are returned from `send*` methods:
206
206
207
-
```php<?php
207
+
```php
208
208
209
209
$users = $I->sendGet('/users');
210
210
@@ -215,7 +215,7 @@ $users = $I->grabResponse();
215
215
216
216
When you need to obtain a value from a response and use it in next requests you can use `grab*` methods. For instance, use `grabDataFromResponseByJsonPath` allows to query JSON for a value.
0 commit comments