X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FTests%2FPlugin%2FDisplayFeedTest.php;fp=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FTests%2FPlugin%2FDisplayFeedTest.php;h=e8d2549176531256d1da11da0c4dbcb51e3e08a7;hp=8905c8da2906823a96a52a0c27a5a2b8b9b88f2d;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/views/src/Tests/Plugin/DisplayFeedTest.php b/web/core/modules/views/src/Tests/Plugin/DisplayFeedTest.php index 8905c8da2..e8d254917 100644 --- a/web/core/modules/views/src/Tests/Plugin/DisplayFeedTest.php +++ b/web/core/modules/views/src/Tests/Plugin/DisplayFeedTest.php @@ -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');