Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / rest / src / Tests / RESTTestBase.php
index 40a9fe2f30ee5fd005b469b8036e45e9acf97f27..3f97e469014a91b8a235b22316ba55e6d1b5a4fe 100644 (file)
@@ -306,10 +306,12 @@ abstract class RESTTestBase extends WebTestBase {
         return [
           'name' => $this->randomMachineName(),
           'user_id' => 1,
-          'field_test_text' => [0 => [
-            'value' => $this->randomString(),
-            'format' => 'plain_text',
-          ]],
+          'field_test_text' => [
+            0 => [
+              'value' => $this->randomString(),
+              'format' => 'plain_text',
+            ],
+          ],
         ];
       case 'config_test':
         return [