Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Tests / Plugin / DisplayFeedTest.php
index 8905c8da2906823a96a52a0c27a5a2b8b9b88f2d..e8d2549176531256d1da11da0c4dbcb51e3e08a7 100644 (file)
@@ -45,10 +45,12 @@ class DisplayFeedTest extends PluginTestBase {
     $node_title = 'This "cool" & "neat" article\'s title';
     $node = $this->drupalCreateNode([
       'title' => $node_title,
-      'body' => [0 => [
-        'value' => 'A paragraph',
-        'format' => filter_default_format(),
-      ]],
+      'body' => [
+        0 => [
+          'value' => 'A paragraph',
+          'format' => filter_default_format(),
+        ],
+      ],
     ]);
 
     // Test the site name setting.
@@ -103,10 +105,12 @@ class DisplayFeedTest extends PluginTestBase {
     $node_title = 'This "cool" & "neat" article\'s title';
     $this->drupalCreateNode([
       'title' => $node_title,
-      'body' => [0 => [
-        'value' => 'A paragraph',
-        'format' => filter_default_format(),
-      ]],
+      'body' => [
+        0 => [
+          'value' => 'A paragraph',
+          'format' => filter_default_format(),
+        ],
+      ],
     ]);
 
     $this->drupalGet('test-feed-display-fields.xml');