X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FCommentTranslationUITest.php;h=f6bec9c7d3548603ed52a218e589a266cbff4cf5;hb=refs%2Fheads%2Fd864;hp=daac938fa3badbf1e47bccdd70cafe9043f62858;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php b/web/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php index daac938fa..f6bec9c7d 100644 --- a/web/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php +++ b/web/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php @@ -99,7 +99,7 @@ class CommentTranslationUITest extends ContentTranslationUITestBase { $node = $this->drupalCreateNode([ 'type' => $node_type, $field_name => [ - ['status' => CommentItemInterface::OPEN] + ['status' => CommentItemInterface::OPEN], ], ]); $values['entity_id'] = $node->id();