Add assertion to test

This seems to be missing on that test.
This commit is contained in:
Lukas Reschke 2015-12-10 09:29:24 +01:00
parent 078ca149b5
commit 29b6a03fc1
1 changed files with 2 additions and 0 deletions

View File

@ -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() {