summaryrefslogtreecommitdiffstats
path: root/tests/lib/comments/comment.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/comments/comment.php')
-rw-r--r--tests/lib/comments/comment.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/comments/comment.php b/tests/lib/comments/comment.php
index ae7e913eaab..02adea8729e 100644
--- a/tests/lib/comments/comment.php
+++ b/tests/lib/comments/comment.php
@@ -58,6 +58,8 @@ class Test_Comments_Comment extends TestCase
$comment = new \OC\Comments\Comment();
$comment->setId('c23');
$comment->setId('');
+
+ $this->assertSame('', $comment->getId());
}
public function simpleSetterProvider() {