From f08d450cdf075681cccbe6971ca40d6e9e38b067 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Sat, 4 Apr 2020 15:32:33 +0200 Subject: [PATCH] Document "behat.driver.service_container" service --- docs/03_mink_integration.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/03_mink_integration.md b/docs/03_mink_integration.md index ead43c5..45474de 100644 --- a/docs/03_mink_integration.md +++ b/docs/03_mink_integration.md @@ -27,7 +27,7 @@ default: ### Usage -This integration provides two services to use inside Symfony container: +This integration provides the following services to use inside Symfony container: * **`behat.mink`** (autowired by `\Behat\Mink\Mink`) - the Mink service @@ -35,3 +35,6 @@ This integration provides two services to use inside Symfony container: * **`behat.mink.parameters`** (autowired by `\FriendsOfBehat\SymfonyExtension\Mink\MinkParameters`) - an object containing the configuration parameters of `MinkExtension` (implementing `\ArrayAccess` so that it can be treated as an array) + + * **`behat.driver.service_container`** - service container used by the `symfony` Mink driver, useful for assertions based on + application state after a request has been handled