Browse Source

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

merge-requests/20/head
Dan Lobelle 3 years ago
parent
commit
b8e21cae55
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

@ -106,6 +106,7 @@ final class ImageViewBuilderTest extends AbstractTestCase {
'user.permissions',
],
'tags' => [
'config:image.style.large',
'file:1',
'tag_for_public://ocean.jpg',
],

Loading…
Cancel
Save