diff --git a/core/tests/Drupal/KernelTests/Core/Test/PhpUnitModuleExcludeTest.php b/core/tests/Drupal/KernelTests/Core/Test/PhpUnitModuleExcludeTest.php index 9881e5c5b4..cb9eb6398a 100644 --- a/core/tests/Drupal/KernelTests/Core/Test/PhpUnitModuleExcludeTest.php +++ b/core/tests/Drupal/KernelTests/Core/Test/PhpUnitModuleExcludeTest.php @@ -3,7 +3,6 @@ namespace Drupal\KernelTests\Core\Test; use Drupal\KernelTests\KernelTestBase; -use Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass; /** * Test that all modules' tests are listed in phpunit's exclude list.