Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Form / ConfigFormBaseTraitTest.php
index 14e03cb565cb93aff0e384351fd5c1f02f89212f..4d95e0b0bcca51054226da9f7579bbd2bb0317db 100644 (file)
@@ -19,7 +19,7 @@ class ConfigFormBaseTraitTest extends UnitTestCase {
     // Set up some configuration in a mocked config factory.
     $trait->configFactory = $this->getConfigFactoryStub([
       'editable.config' => [],
-      'immutable.config' => []
+      'immutable.config' => [],
     ]);
 
     $trait->expects($this->any())