X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Ffield_layout%2Ftests%2Fsrc%2FFunctional%2FFieldLayoutTest.php;fp=web%2Fcore%2Fmodules%2Ffield_layout%2Ftests%2Fsrc%2FFunctional%2FFieldLayoutTest.php;h=9bab0b54312c7edc4730f93f6d24f00efcd22f99;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=058e6c361a43843a2889092328bfa64b46b13288;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php b/web/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php index 058e6c361..9bab0b543 100644 --- a/web/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php +++ b/web/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php @@ -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',