Polish the docs

This commit is contained in:
Kamil Kokot
2019-01-21 13:27:07 +01:00
parent 970c84545b
commit cb80608001
3 changed files with 13 additions and 9 deletions

View File

@@ -33,10 +33,3 @@ This integration provides two services to use inside Symfony container:
* **`behat.mink.parameters`** (autoconfigured by `$minkParameters`) - an array (`\ArrayAccess` object) containing the
configuration parameters of `MinkExtension`
### Caveats
This driver behaviour differs from the one provided with [`Behat/Symfony2Extension`](https://github.com/Behat/Symfony2Extension),
as it uses an isolated application kernel instance, so that services state changes within your contexts does not affect
the driver results. With that limitation, changing the driver to a different one is seamless. For more information, look
at [this issue](https://github.com/Behat/Symfony2Extension/issues/112).