Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / node / tests / src / Kernel / Config / NodeImportChangeTest.php
index e1b17f2c1c9a60e3ac90efe75d694f25bc06bd76..d670e6a44cae81d23084fd28ca53c9233b044e20 100644 (file)
@@ -26,7 +26,7 @@ class NodeImportChangeTest extends KernelTestBase {
     parent::setUp();
 
     // Set default storage backend.
-    $this->installConfig(['field', 'node_test_config']);
+    $this->installConfig(['system', 'field', 'node_test_config']);
   }
 
   /**