Exemplo n.º 1
0
 public function testResetId()
 {
     $comment = new \OC\Comments\Comment();
     $comment->setId('c23');
     $comment->setId('');
     $this->assertSame('', $comment->getId());
 }
Exemplo n.º 2
0
 public function testResetId()
 {
     $comment = new \OC\Comments\Comment();
     $comment->setId('c23');
     $comment->setId('');
 }