Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mocking-dependency.rst #7

Merged
merged 2 commits into from
Jun 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/guide/usage/mocking-dependency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,25 @@ E.g.:
}
}

**behat.yml:**
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.

.. code-block:: yaml

default:
suites:
yoursuite:
autowire: true

contexts:
- YourContext

services: '@bex.magento2_extension.service_container'

magento:
area: test


**Feature:**

.. code-block:: gherkin
Expand Down