X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FKernel%2FExtension%2FModuleHandlerTest.php;h=d7c2650353885d434bf11866c0ba518394990789;hp=22648a63912b7edb45685120e9f9216911311d3b;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php b/web/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php index 22648a639..d7c265035 100644 --- a/web/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php +++ b/web/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php @@ -3,7 +3,7 @@ namespace Drupal\Tests\system\Kernel\Extension; use Drupal\Core\Extension\MissingDependencyException; -use \Drupal\Core\Extension\ModuleUninstallValidatorException; +use Drupal\Core\Extension\ModuleUninstallValidatorException; use Drupal\entity_test\Entity\EntityTest; use Drupal\KernelTests\KernelTestBase; @@ -172,8 +172,8 @@ class ModuleHandlerTest extends KernelTestBase { * 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