File tree 2 files changed +4
-4
lines changed
docs/components/optional-components
versioned_docs/version-12.x/components/optional-components
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ $user = $this->getTestingUserWithoutAccess();
386
386
```
387
387
388
388
---
389
- #### endpoint {#endpoint- method}
389
+ #### endpoint {#method}
390
390
391
391
The ` endpoint ` method allows you to specify the endpoint you want to test within your functional tests.
392
392
This method is especially useful
@@ -404,7 +404,7 @@ or else `injectId` will not replace the ID in the overridden endpoint.
404
404
:::
405
405
406
406
---
407
- #### auth {#auth- method}
407
+ #### auth {#method}
408
408
409
409
The ` auth ` method allows you
410
410
to specify the authentication status of the endpoint you want to test within your functional tests.
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ $user = $this->getTestingUserWithoutAccess();
386
386
```
387
387
388
388
---
389
- #### endpoint {#endpoint- method}
389
+ #### endpoint {#method}
390
390
391
391
The ` endpoint ` method allows you to specify the endpoint you want to test within your functional tests.
392
392
This method is especially useful
@@ -404,7 +404,7 @@ or else `injectId` will not replace the ID in the overridden endpoint.
404
404
:::
405
405
406
406
---
407
- #### auth {#auth- method}
407
+ #### auth {#method}
408
408
409
409
The ` auth ` method allows you
410
410
to specify the authentication status of the endpoint you want to test within your functional tests.
You can’t perform that action at this time.
0 commit comments