Esempio n. 1
0
 public function testRawComment()
 {
     $doc = new DocComment(self::DOC_BLOCK);
     $this->assertSame(self::DOC_BLOCK, $doc->getRawComment());
 }