Skip to content

Commit

Permalink
Merge pull request #74 from mlopes/feature/Behat3
Browse files Browse the repository at this point in the history
Extend RawMinkContext rather than MinkContext
  • Loading branch information
debo committed Sep 18, 2014
2 parents 6401a8a + 95ae87d commit 6ff34fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MageTest/MagentoExtension/Context/RawMagentoContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
namespace MageTest\MagentoExtension\Context;

use Behat\MinkExtension\Context\MinkContext;
use Behat\MinkExtension\Context\RawMinkContext;
use Mage_Core_Model_App as MageApp;
use MageTest\MagentoExtension\Fixture\FixtureFactory;
use MageTest\MagentoExtension\Service\CacheManager;
Expand All @@ -34,7 +34,7 @@
* @package [package]
* @author debo <${EMAIL}> (${URL})
*/
class RawMagentoContext extends MinkContext implements MagentoAwareInterface
class RawMagentoContext extends RawMinkContext implements MagentoAwareInterface
{
private $app;
private $configManager;
Expand Down

0 comments on commit 6ff34fe

Please sign in to comment.