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 / NodeImportCreateTest.php
index cb985173ae96c9eeeafe005a17b4e9f0abf1939c..0b27bc2a22c784dbda4147f9aac8dfd97a21862b 100644 (file)
@@ -28,7 +28,7 @@ class NodeImportCreateTest extends KernelTestBase {
     $this->installEntitySchema('user');
 
     // Set default storage backend.
-    $this->installConfig(['field']);
+    $this->installConfig(['system', 'field']);
   }
 
   /**