minor #117 Mention friends-of-behat forks of Mink-related repositories in the docs (pamil)

This PR was merged into the 2.1-dev branch.

Discussion
----------



Commits
-------

3f02ad3b58 Mention friends-of-behat forks of Mink-related repositories in the docs
This commit is contained in:
Kamil Kokot
2020-04-04 15:50:00 +02:00
committed by GitHub

View File

@@ -8,9 +8,11 @@ isolated driver to use for Symfony application testing.
1. Require the packages needed for the driver using *Composer*: 1. Require the packages needed for the driver using *Composer*:
```bash ```bash
composer require --dev behat/mink:^1.7@dev behat/mink-extension behat/mink-browserkit-driver composer require --dev friends-of-behat/mink friends-of-behat/mink-extension friends-of-behat/mink-browserkit-driver
``` ```
_Those `friends-of-behat` packages are forks of the original ones, adding support for Symfony 5 and dropping support for Symfony <4.4._
2. Enable the bundled driver: 2. Enable the bundled driver:
```yaml ```yaml