From 33f5416edbb73cb1339800813d900625a11524d5 Mon Sep 17 00:00:00 2001 From: Pawel Mikolajczuk Date: Wed, 25 Feb 2015 10:36:25 +0100 Subject: [PATCH] revert behat config --- behat.yml | 4 ---- features/bootstrap/FeatureContext.php | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/behat.yml b/behat.yml index d2e929c086..9787cd6f27 100644 --- a/behat.yml +++ b/behat.yml @@ -1,8 +1,4 @@ default: - extensions: - Behat\MinkExtension\Extension: - goutte: ~ - selenium2: ~ paths: features: %behat.paths.base%/features bootstrap: %behat.paths.features%/bootstrap diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php index f5bad864a5..2ed19742b5 100644 --- a/features/bootstrap/FeatureContext.php +++ b/features/bootstrap/FeatureContext.php @@ -7,14 +7,13 @@ use Behat\Behat\Context\ClosuredContextInterface; use Behat\Behat\Context\BehatContext; use Symfony\Component\Finder\Finder; -use Behat\MinkExtension\Context\MinkContext; require_once __DIR__ . '/RestContext.php'; /** * Features context. */ -class FeatureContext extends MinkContext implements ClosuredContextInterface +class FeatureContext extends BehatContext implements ClosuredContextInterface { /**