Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-12-10 11:29:24 +0300
committerLukas Reschke <lukas@owncloud.com>2015-12-10 11:29:24 +0300
commit29b6a03fc1b81a2ae8272e2b18d57335558955d0 (patch)
treeff672735f3435357ef476bf6972614ef93b5ba52 /tests
parent078ca149b595dd521339d4dcafbd1d8a6d2c1131 (diff)
Add assertion to test
This seems to be missing on that test.
Diffstat (limited to 'tests')
-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() {