Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / tests / src / Functional / Plugin / ViewsBulkTest.php
index 0ca6f8775e690679e09f91971b71d7550c738cfb..1b3078b54494e53c06918f4bcbbd9b9b5065f7b5 100644 (file)
@@ -70,9 +70,9 @@ class ViewsBulkTest extends ViewTestBase {
 
     // Create third node now that the admin overview has been rendered.
     $node_3 = $this->drupalCreateNode([
-        'type' => 'page',
-        'title' => 'The third node']
-    );
+      'type' => 'page',
+      'title' => 'The third node',
+    ]);
 
     // Now click 'Apply to selected items' and assert the second node is
     // selected on the confirm form.