diff --git a/tests/features/bootstrap/SelectorsContext.php b/tests/features/bootstrap/SelectorsContext.php
index b7bb16221ebbf0f97a38cac965d5fdf9fced558c..1f9187f5b3dcf0cf3435211424a6e04c78d33bec 100644
--- a/tests/features/bootstrap/SelectorsContext.php
+++ b/tests/features/bootstrap/SelectorsContext.php
@@ -1,7 +1,5 @@
 <?php
 
-namespace Drupal\DrupalExtension\Context;
-
 use Drupal\DrupalExtension\Context\RawDrupalContext;
 use Behat\Behat\Context\SnippetAcceptingContext;
 use Behat\Mink\Selector\CssSelector;
diff --git a/tests/features/bootstrap/VarbaseContext.php b/tests/features/bootstrap/VarbaseContext.php
index 4d5156afa6d3ec2afdcc65423f6303373b3f229d..157da0cd7b759d85b95cab3b60a84dccb6d1d8e6 100644
--- a/tests/features/bootstrap/VarbaseContext.php
+++ b/tests/features/bootstrap/VarbaseContext.php
@@ -1,7 +1,5 @@
 <?php
 
-namespace Drupal\DrupalExtension\Context;
-
 use WebDriver\Exception;
 use Drupal\DrupalExtension\Context\RawDrupalContext;
 use Behat\Behat\Context\SnippetAcceptingContext;