Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / image / tests / src / Kernel / ImageImportTest.php
index 14eeaa3f2b01b161783414148e1bde40ce29127e..9cf69570b68cb60d7a20ca39c4c099e13892a004 100644 (file)
@@ -22,7 +22,7 @@ class ImageImportTest extends KernelTestBase {
    */
   public function testImport() {
     $style = ImageStyle::create([
-      'name' => 'test'
+      'name' => 'test',
     ]);
 
     $style->addImageEffect(['id' => 'image_module_test_null']);