From 5ee27b4dcdc120fb9a3b5dadc110212526453b31 Mon Sep 17 00:00:00 2001 From: Derek Laventure Date: Tue, 27 Mar 2018 23:14:12 -0400 Subject: [PATCH] Fix internal behat test breakage with proper PSR-0 namespace structuring for DrumkitContext class --- behat.yml | 2 +- features/bootstrap/{ => Drumkit}/DrumkitContext.php | 0 features/bootstrap/FeatureContext.php | 8 -------- 3 files changed, 1 insertion(+), 9 deletions(-) rename features/bootstrap/{ => Drumkit}/DrumkitContext.php (100%) delete mode 100644 features/bootstrap/FeatureContext.php diff --git a/behat.yml b/behat.yml index c24bc58..ab7450d 100644 --- a/behat.yml +++ b/behat.yml @@ -2,7 +2,7 @@ default: suites: default: contexts: - - FeatureContext + - Drumkit\DrumkitContext - Drupal\DrupalExtension\Context\DrupalContext - Drupal\DrupalExtension\Context\MinkContext - Drupal\DrupalExtension\Context\MessageContext diff --git a/features/bootstrap/DrumkitContext.php b/features/bootstrap/Drumkit/DrumkitContext.php similarity index 100% rename from features/bootstrap/DrumkitContext.php rename to features/bootstrap/Drumkit/DrumkitContext.php diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php deleted file mode 100644 index bc0787c..0000000 --- a/features/bootstrap/FeatureContext.php +++ /dev/null @@ -1,8 +0,0 @@ -