From fb120724693b8ad47e6dc3eac59a5399020383a9 Mon Sep 17 00:00:00 2001 From: Golfersds Date: Wed, 31 Oct 2012 18:58:15 +0200 Subject: [PATCH] Bugfix - renamed feature context class to BaseFeatureContext --- tests/behat/features/bootstrap/BaseFeatureContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/bootstrap/BaseFeatureContext.php b/tests/behat/features/bootstrap/BaseFeatureContext.php index 912ba237..0fbf48b4 100644 --- a/tests/behat/features/bootstrap/BaseFeatureContext.php +++ b/tests/behat/features/bootstrap/BaseFeatureContext.php @@ -16,7 +16,7 @@ require_once("tests/LoadFixtures.php"); /** * LiveStreet custom feature context */ -class FeatureContext extends MinkContext +class BaseFeatureContext extends MinkContext { protected static $fixturesLoader = null;