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