Add assertion to test
This seems to be missing on that test.
This commit is contained in:
parent
078ca149b5
commit
29b6a03fc1
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue