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
* Update mocking-dependency.rst
updated the docs "access the mock data from test area"
* Update mocking-dependency.rst
Co-authored-by: Tibor Kotosz <tkotosz@inviqa.com>
Copy file name to clipboardExpand all lines: docs/guide/usage/mocking-dependency.rst
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,25 @@ E.g.:
176
176
}
177
177
}
178
178
179
+
**behat.yml:**
180
+
In order to load this custom DI configuration during the test run the test area need to be configured in the Behat test suite so it can load to merge it with the default area.
0 commit comments