File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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):
You can’t perform that action at this time.
0 commit comments