Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / token / tests / src / Kernel / CommentTest.php
index 499f087c39f4efc26f162521f3bac8aabdf186ab..890d18e2574f3b41b68175d47fb2aa76975f0b38 100644 (file)
@@ -78,7 +78,6 @@ class CommentTest extends KernelTestBase {
       'pid' => $parent_comment->id(),
       'entity_type' => 'node',
       'field_name' => 'comment',
-      'uid' => 1,
       'name' => 'anonymous user',
       'mail' => 'anonymous@example.com',
       'subject' => $this->randomMachineName(),