diff options
Diffstat (limited to 'modules/comment/comment.test')
-rw-r--r-- | modules/comment/comment.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test index 14b4e1081..889538036 100644 --- a/modules/comment/comment.test +++ b/modules/comment/comment.test @@ -1229,4 +1229,4 @@ class CommentContentRebuild extends CommentHelperCase { // This means that the content was rebuilt as the added test property no longer exists. $this->assertFalse(isset($built_content['test_property']), t('Comment content was emptied before being built.')); } -}
\ No newline at end of file +} |