made compatible with behat 3rc1

This commit is contained in:
Robert Schönthal
2014-01-02 16:28:46 +01:00
parent ded8bd80b2
commit 18ec75d611
5 changed files with 269 additions and 270 deletions

View File

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