diff --git a/core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php b/core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php index 312b437c1e..fb07981f58 100644 --- a/core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php @@ -3,7 +3,7 @@ namespace Drupal\Tests\comment\Kernel; use Drupal\comment_base_field_test\Entity\CommentTestBaseField; -use Drupal\Tests\token\Kernel\KernelTestBase; +use Drupal\KernelTests\KernelTestBase; /** * Tests that comment as a base field.