diff --git a/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php b/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php index 75d196c1557d1b75f4e7274d9a423af2984d6e83..e51e631e5a955a17da45c0a1dd3671910a1d9c5b 100644 --- a/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php +++ b/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php @@ -8,7 +8,6 @@ namespace Drupal\tour\Tests; use Drupal\Core\Language\Language; -use Drupal\tour\Tests\TourTestBase; /** * Tests tour functionality. diff --git a/core/modules/tour/lib/Drupal/tour/Tests/TourTestBasic.php b/core/modules/tour/lib/Drupal/tour/Tests/TourTestBasic.php index 9d2d5e352d15f654cc408999cdcf3d0653a80c21..e6da9006f5819daddea6c768a0b6ac915a58b66c 100644 --- a/core/modules/tour/lib/Drupal/tour/Tests/TourTestBasic.php +++ b/core/modules/tour/lib/Drupal/tour/Tests/TourTestBasic.php @@ -7,8 +7,6 @@ namespace Drupal\tour\Tests; -use Drupal\tour\Tests\TourTestBase; - /** * Simple tour tips test base. */