diff --git a/core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php b/core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php index 703dbad..d021f28 100644 --- a/core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php +++ b/core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php @@ -11,7 +11,7 @@ * * @group Render */ -class MissingDependentModuleUnitTest extends KernelTestBase { +class LibraryDiscoveryIntegrationTest extends KernelTestBase { /** * The library discovery service. diff --git a/core/modules/views/tests/src/Kernel/TestViewsTest.php b/core/modules/views/tests/src/Kernel/TestViewsTest.php index 8a046043..f67b5e8 100644 --- a/core/modules/views/tests/src/Kernel/TestViewsTest.php +++ b/core/modules/views/tests/src/Kernel/TestViewsTest.php @@ -6,7 +6,7 @@ use Drupal\config_test\TestInstallStorage; use Drupal\Core\Config\InstallStorage; use Drupal\Core\Config\TypedConfigManager; -use Drupal\kernelTests\KernelTestBase; +use Drupal\KernelTests\KernelTestBase; /** * Tests that test views provided by all modules match schema.