File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
tests/Feature/Http/Controllers Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 311
311
// Strategies\QueryParameters\GetFromInlineValidator::class,
312
312
// Strategies\QueryParameters\GetFromQueryParamTag::class,
313
313
// AddPaginationParameters::class,
314
+ AjCastro \ScribeTdd \Extracting \Strategies \QueryParameters \GetFromQueryParamTagFromScribeTdd::class,
315
+ AjCastro \ScribeTdd \Extracting \Strategies \QueryParameters \AddPaginationParametersFromScribeTdd::class,
314
316
],
315
317
'headers ' => [
316
318
// Strategies\Headers\GetFromRouteRules::class,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ class UserControllerTest extends TestCase
18
18
*
19
19
* The sample response is gotten by Scribe making a test API call (aka "response call").
20
20
*
21
+ * @queryParam sort string Field to sort by. Defaults to 'id'.
21
22
* @usesPagination
22
23
*/
23
24
public function test_users_index ()
You can’t perform that action at this time.
0 commit comments