diff --git a/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php b/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php index 9beac7a..ea630af 100644 --- a/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php +++ b/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php @@ -184,7 +184,7 @@ function testDependencyResolution() { */ function testUninstallProfileDependency() { $profile = 'minimal'; - $dependency = 'dblog'; + $dependency = 'action'; $this->setSetting('install_profile', $profile); // Prime the drupal_get_filename() static cache with the location of the // minimal profile as it is not the currently active profile and we don't diff --git a/core/profiles/minimal/minimal.info.yml b/core/profiles/minimal/minimal.info.yml index 2617270..b6d6572 100644 --- a/core/profiles/minimal/minimal.info.yml +++ b/core/profiles/minimal/minimal.info.yml @@ -6,7 +6,6 @@ core: 8.x dependencies: - node - block - - dblog - page_cache - dynamic_page_cache themes: