Browse Source

Issue #3347920: Fix ImageViewBuilderTest for new cache tag with responsive style.

merge-requests/20/head
Dan Lobelle 3 years ago
parent
commit
0e1ab2677c
No known key found for this signature in database
GPG Key ID: E4AE6E0876528259
  1. 1
      tests/src/Kernel/ImageViewBuilderTest.php

1
tests/src/Kernel/ImageViewBuilderTest.php

@ -129,6 +129,7 @@ final class ImageViewBuilderTest extends AbstractTestCase {
'user.permissions', 'user.permissions',
], ],
'tags' => [ 'tags' => [
'config:responsive_image.styles.wide',
'file:1', 'file:1',
'tag_for_public://ocean.jpg', 'tag_for_public://ocean.jpg',
], ],

Loading…
Cancel
Save