From 8fddfa4f9f1f491d713f107cd31696630d018bd5 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Wed, 25 Mar 2020 14:50:23 +0200 Subject: [PATCH] Issue #3113113: Drupal 9 readiness for [Varbase distribution] installation profile with Drupal coding standard and practice --- tests/features/bootstrap/SelectorsContext.php | 2 +- tests/features/bootstrap/VarbaseContext.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/features/bootstrap/SelectorsContext.php b/tests/features/bootstrap/SelectorsContext.php index 53d41695..4f35c2b5 100644 --- a/tests/features/bootstrap/SelectorsContext.php +++ b/tests/features/bootstrap/SelectorsContext.php @@ -1,6 +1,6 @@ <?php -namespace Drupal\varbase\tests\features\bootstrap\SelectorsContext; +namespace Drupal\varbase\tests\features\bootstrap; use Drupal\DrupalExtension\Context\RawDrupalContext; use Behat\Behat\Context\SnippetAcceptingContext; diff --git a/tests/features/bootstrap/VarbaseContext.php b/tests/features/bootstrap/VarbaseContext.php index a3b928d1..830c6e46 100644 --- a/tests/features/bootstrap/VarbaseContext.php +++ b/tests/features/bootstrap/VarbaseContext.php @@ -1,6 +1,6 @@ <?php -namespace Drupal\varbase\tests\features\bootstrap\VarbaseContext; +namespace Drupal\varbase\tests\features\bootstrap; use WebDriver\Exception; use Drupal\DrupalExtension\Context\RawDrupalContext; -- GitLab