Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / search / src / Tests / SearchNodeUpdateAndDeletionTest.php
index 9b860523529ae5f84dcf100a1ceb1ee189ce8683..c19814e0263b63b962dace16895b857bae46b29f 100644 (file)
@@ -39,7 +39,8 @@ class SearchNodeUpdateAndDeletionTest extends SearchTestBase {
     $node = $this->drupalCreateNode([
       'title' => 'Someone who says Ni!',
       'body' => [['value' => "We are the knights who say Ni!"]],
-      'type' => 'page']);
+      'type' => 'page',
+    ]);
 
     $node_search_plugin = $this->container->get('plugin.manager.search')->createInstance('node_search');
     // Update the search index.
@@ -73,7 +74,8 @@ class SearchNodeUpdateAndDeletionTest extends SearchTestBase {
     $node = $this->drupalCreateNode([
       'title' => 'No dragons here',
       'body' => [['value' => 'Again: No dragons here']],
-      'type' => 'page']);
+      'type' => 'page',
+    ]);
 
     $node_search_plugin = $this->container->get('plugin.manager.search')->createInstance('node_search');
     // Update the search index.