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,11 +2,9 @@
namespace Behat\MinkExtension\Context;
use Behat\Behat\Context\TranslatableContext;
use Behat\Gherkin\Node\TableNode;
use Behat\Behat\Context\TranslatableContextInterface,
Behat\Behat\Event\ScenarioEvent;
/*
* This file is part of the Behat\MinkExtension.
* (c) Konstantin Kudryashov <ever.zet@gmail.com>
@@ -21,7 +19,7 @@ use Behat\Behat\Context\TranslatableContextInterface,
*
* @author Konstantin Kudryashov <ever.zet@gmail.com>
*/
class MinkContext extends RawMinkContext implements TranslatableContextInterface
class MinkContext extends RawMinkContext implements TranslatableContext
{
/**
* Opens homepage.