Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Config / StorageComparerTest.php
index fc0d63bede3d2407a946381bff07a4510750970f..353e6d3c7b0797ed7781e05be519dcbcaad9ef27 100644 (file)
@@ -63,7 +63,7 @@ class StorageComparerTest extends UnitTestCase {
         'uuid' => $uuid->generate(),
         'dependencies' => [
           'config' => [
-            'field.storage.node.body'
+            'field.storage.node.body',
           ],
         ],
       ],
@@ -89,7 +89,7 @@ class StorageComparerTest extends UnitTestCase {
       ],
       // Simple config.
       'system.performance' => [
-        'stale_file_threshold' => 2592000
+        'stale_file_threshold' => 2592000,
       ],
 
     ];