Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / System / StatusTest.php
index 1ec4fb5aabe9eeab754d443071b068eef1309fe1..c902a3731f938cf235078b92cfdce060bf2a64aa 100644 (file)
@@ -27,7 +27,7 @@ class StatusTest extends BrowserTestBase {
 
     // Unset the sync directory in settings.php to trigger $config_directories
     // error.
-    $settings['config_directories']  = [
+    $settings['config_directories'] = [
       CONFIG_SYNC_DIRECTORY => (object) [
         'value' => '',
         'required' => TRUE,