File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ Please see the following table for some examples.
5757| | | /path/to/fixtures/example.com/api/comments.get.mock |
5858| | | /path/to/fixtures/example.com/api/comments.mock |
5959
60+ ### Domain aliases
61+ The ` ReponseBuilder ` can be instructed to use aliases for domains using ` setDomainAliases([...]) ` .
62+ When configured, the provided aliases will be normalized when transforming requests to file paths.
63+ You should provide aliases in the form of ` ['alias' => 'abstract'] ` .
64+
6065### Ignored query parameters
6166The ` ReponseBuilder ` can be instructed to ignore certain query parameters using ` setIgnoredQueryParameters([...]) ` .
6267When configured, the provided parameters will be ignored when transforming requests to file paths.
You can’t perform that action at this time.
0 commit comments