Issue #3358375 by Spokje, mondrake: Fix incorrect usage of randomStringValidate in \Drupal\Tests\jsonapi\Kernel\Normalizer\JsonApiDocumentTopLevelNormalizerTest::setUp

merge-requests/4235/head
Dave Long 2023-06-22 14:15:21 +01:00
parent 67bad1b36c
commit ad0ffae266
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class JsonApiDocumentTopLevelNormalizerTest extends JsonapiKernelTestBase {
'uid' => $this->user, 'uid' => $this->user,
'body' => [ 'body' => [
'format' => 'plain_text', 'format' => 'plain_text',
'value' => $this->randomStringValidate(42), 'value' => $this->randomString(),
], ],
'field_tags' => [ 'field_tags' => [
['target_id' => $this->term1->id()], ['target_id' => $this->term1->id()],