Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / field_layout / tests / src / Functional / FieldLayoutTest.php
index 058e6c361a43843a2889092328bfa64b46b13288..9bab0b54312c7edc4730f93f6d24f00efcd22f99 100644 (file)
@@ -28,9 +28,9 @@ class FieldLayoutTest extends BrowserTestBase {
     $this->createNode([
       'type' => 'article',
       'title' => 'The node title',
-      'body' => [[
-        'value' => 'The node body',
-      ]],
+      'body' => [
+        ['value' => 'The node body'],
+      ],
     ]);
     $this->drupalLogin($this->drupalCreateUser([
       'access administration pages',