Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / media / tests / src / Functional / Rest / MediaResourceTestBase.php
index 85e4e5d7314470375e77a91e67d34281be9ff7b3..de352e001ac2019d94b777f8666e7978e27ad49e 100644 (file)
@@ -167,13 +167,13 @@ abstract class MediaResourceTestBase extends EntityResourceTestBase {
       ],
       'thumbnail' => [
         [
-          'alt' => 'Thumbnail',
+          'alt' => '',
           'width' => 180,
           'height' => 180,
           'target_id' => (int) $thumbnail->id(),
           'target_type' => 'file',
           'target_uuid' => $thumbnail->uuid(),
-          'title' => 'Llama',
+          'title' => NULL,
           'url' => $thumbnail->url(),
         ],
       ],