From 35e4e895ffb7895ebda1cc1d1b7368431091f514 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 17 May 2022 13:59:05 -0300 Subject: [PATCH] Coding standards. --- tests/src/Functional/IslandoraImageFormatterTest.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/src/Functional/IslandoraImageFormatterTest.php b/tests/src/Functional/IslandoraImageFormatterTest.php index 3c646f25..fc0631a9 100644 --- a/tests/src/Functional/IslandoraImageFormatterTest.php +++ b/tests/src/Functional/IslandoraImageFormatterTest.php @@ -32,7 +32,11 @@ class IslandoraImageFormatterTest extends IslandoraFunctionalTestBase { // Also, only show the image on display to remove clutter. $display_options = [ 'type' => 'islandora_image', - 'settings' => ['image_style' => NULL, 'image_link' => 'content', 'image_loading' => 'lazy'], + 'settings' => [ + 'image_style' => NULL, + 'image_link' => 'content', + 'image_loading' => 'lazy', + ], ]; $display = $this->container->get('entity_display.repository')->getViewDisplay('media', $testImageMediaType->id(), 'default'); $display->setComponent('field_media_image', $display_options)