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
The `ReponseBuilder` can be set to strict mode using `setStrictMode(true)`.
60
+
When in strict mode, only the first possible fixture path will be used.
61
+
This means that both the method and query params must be present in the fixture file name and it does not fall back to other fixture files.
62
+
58
63
### Helper
59
64
<UrlHelper>Please see <ahref="https://swisnl.github.io/php-http-fixture-client/#helper">https://swisnl.github.io/php-http-fixture-client/#helper</a> for the URL helper.</UrlHelper>
0 commit comments