Skip to content

Commit 231c2a3

Browse files
committed
Added missing drivers and minder grammar fix
1 parent 6221dee commit 231c2a3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,17 @@ Finally, include Composer autoloading script to your project:
5050
.. note::
5151

5252
By default, Mink will be installed with no drivers. In order to
53-
be able to use additional drivers, you should install (through composer) them.
53+
be able to use additional drivers, you should install them (through composer).
5454
Add appropriate dependencies to your ``composer.json`` ``require`` block:
5555

5656
- GoutteDriver - ``"behat/mink-goutte-driver": "*"``
5757
- SeleniumDriver - ``"behat/mink-selenium-driver": "*"``
58+
- Selenium2Driver - ``"behat/mink-selenium2-driver": "*"``
5859
- WebDriver - ``"behat/mink-selenium2-driver": "*"``
5960
- SahiDriver - ``"behat/mink-sahi-driver": "*"``
6061
- ZombieDriver - ``"behat/mink-zombie-driver": "*"``
62+
- WUnitDriver - ``"behat/mink-wunit-driver": "*"``
63+
- BrowserKitDriver - ``"behat/mink-browserkit-driver": "*"``
6164

6265
If you're newcomer or just don't know what to choose - configure all available
6366
drivers with this ``composer.json`` (you will be able to tuneup it later):

0 commit comments

Comments
 (0)