From 670c5791532380d8fa18228b5edf0fbbe5b97d75 Mon Sep 17 00:00:00 2001 From: Kirk Mayo Date: Mon, 26 Nov 2012 11:49:51 +1300 Subject: [PATCH] BUG Namespaces for CmsFormsContext and CmsUiContext are wrong --- tests/behat/features/bootstrap/FeatureContext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/features/bootstrap/FeatureContext.php b/tests/behat/features/bootstrap/FeatureContext.php index 859dc5e0..f9acec3d 100644 --- a/tests/behat/features/bootstrap/FeatureContext.php +++ b/tests/behat/features/bootstrap/FeatureContext.php @@ -5,8 +5,8 @@ namespace SilverStripe\Cms\Test\Behaviour; use SilverStripe\BehatExtension\Context\SilverStripeContext, SilverStripe\BehatExtension\Context\BasicContext, SilverStripe\BehatExtension\Context\LoginContext, - SilverStripe\Test\Behaviour\CmsFormsContext, - SilverStripe\Test\Behaviour\CmsUiContext; + SilverStripe\Framework\Test\Behaviour\CmsFormsContext, + SilverStripe\Framework\Test\Behaviour\CmsUiContext; // PHPUnit require_once 'PHPUnit/Autoload.php';