예제 #1
0
파일: comment.php 프로젝트: kenwi/core
 public function testResetId()
 {
     $comment = new \OC\Comments\Comment();
     $comment->setId('c23');
     $comment->setId('');
     $this->assertSame('', $comment->getId());
 }
예제 #2
0
 public function testResetId()
 {
     $comment = new \OC\Comments\Comment();
     $comment->setId('c23');
     $comment->setId('');
 }