Skip to content

Commit

Permalink
minor #117 Mention friends-of-behat forks of Mink-related repositorie…
Browse files Browse the repository at this point in the history
…s in the docs (pamil)

This PR was merged into the 2.1-dev branch.

Discussion
----------



Commits
-------

3f02ad3 Mention friends-of-behat forks of Mink-related repositories in the docs
  • Loading branch information
pamil authored Apr 4, 2020
2 parents 4f811dc + 3f02ad3 commit 3c6f379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/03_mink_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ isolated driver to use for Symfony application testing.
1. Require the packages needed for the driver using *Composer*:

```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:

```yaml
Expand Down

0 comments on commit 3c6f379

Please sign in to comment.