X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FConfig%2FConfigImporterMissingContentTest.php;h=db09e3f9f66d89d0aef48641599b68f4d5f6a60b;hb=refs%2Fheads%2Fd864;hp=59f9cb2ed728e88fda04f1699c2fb2e3b32debf2;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php index 59f9cb2ed..db09e3f9f 100644 --- a/web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php +++ b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php @@ -33,7 +33,7 @@ class ConfigImporterMissingContentTest extends KernelTestBase { $this->installSchema('system', 'sequences'); $this->installEntitySchema('entity_test'); $this->installEntitySchema('user'); - $this->installConfig(['config_test']); + $this->installConfig(['system', 'config_test']); // Installing config_test's default configuration pollutes the global // variable being used for recording hook invocations by this test already, // so it has to be cleared out manually.