Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / responsive_image / tests / src / Unit / ResponsiveImageStyleConfigEntityUnitTest.php
index 0c64b05ed8575c8d226a417a80869715ed17e0e7..f45c927e332184f1e74fb714d1b98ce41a82cb60 100644 (file)
@@ -248,7 +248,7 @@ class ResponsiveImageStyleConfigEntityUnitTest extends UnitTestCase {
           'image_mapping_type' => 'image_style',
           'image_mapping' => '_original image_',
         ],
-      ]
+      ],
     ];
     $this->assertEquals($expected, $entity->getKeyedImageStyleMappings());