Refactored the extension for Behat 3.0

This commit is contained in:
Christophe Coevoet
2014-01-04 14:59:18 +01:00
parent 24012515e5
commit d79dc1ae71
19 changed files with 465 additions and 874 deletions

View File

@@ -6,7 +6,7 @@ Status](https://secure.travis-ci.org/Behat/MinkExtension.png?branch=master)](htt
Provides integration layer:
* Additional services for Behat (`Mink`, `Sessions`, `Drivers`).
* `Behat\MinkExtension\Context\MinkAwareInterface` which provides `Mink`
* `Behat\MinkExtension\Context\MinkAwareContext` which provides `Mink`
instance for your contexts or subcontexts.
* Base `Behat\MinkExtension\Context\MinkContext` context which provides base
step definitions and hooks for your contexts or subcontexts. Or it could be