Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / field_ui / tests / src / FunctionalJavascript / EntityDisplayTest.php
index 6da3c41b1bf249e518c5c6bdfebf1860e4da28c4..ae2c56c954b79c6e6d93ebee2127201378f99bfa 100644 (file)
@@ -25,9 +25,9 @@ class EntityDisplayTest 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([