Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / field_layout / tests / src / FunctionalJavascript / FieldLayoutTest.php
index 8ddbeafa0d744d05c53f08c08be972321a8a36d0..162d22329c422c904f9fbefd31bfdc131157aca7 100644 (file)
@@ -25,9 +25,9 @@ class FieldLayoutTest extends JavascriptTestBase {
 
     $entity = EntityTest::create([
       'name' => 'The name for this entity',
-      'field_test_text' => [[
-        'value' => 'The field test text value',
-      ]],
+      'field_test_text' => [
+        ['value' => 'The field test text value'],
+      ],
     ]);
     $entity->save();
     $this->drupalLogin($this->drupalCreateUser([