make it compatible with behat v3

This commit is contained in:
Klein Florian
2013-10-29 10:25:15 +01:00
parent 253d919b42
commit 2ebc88634b
7 changed files with 19 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
namespace Behat\MinkExtension\Context;
use Behat\Behat\Context\BehatContext;
use Behat\Behat\Context\ContextInterface;
use Behat\Mink\Mink,
Behat\Mink\WebAssert,
@@ -22,7 +22,7 @@ use Behat\Mink\Mink,
*
* @author Konstantin Kudryashov <ever.zet@gmail.com>
*/
class RawMinkContext extends BehatContext implements MinkAwareInterface
class RawMinkContext implements MinkAwareInterface, ContextInterface
{
private $mink;
private $minkParameters;