diff --git a/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php b/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php index 22648a6391..5fc9d83732 100644 --- a/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php +++ b/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php @@ -172,8 +172,8 @@ public function testDependencyResolution() { * Tests uninstalling a module that is a "dependency" of a profile. */ public function testUninstallProfileDependency() { - $profile = 'minimal'; - $dependency = 'dblog'; + $profile = 'testing'; + $dependency = 'page_cache'; $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 2617270513..b6d6572df2 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: