Exemplo n.º 1
0
 public function testParamProducesCorrectDocBlockLine()
 {
     $this->tag->setAuthorName('foo');
     $this->tag->setAuthorEmail('string');
     $this->assertEquals('@author foo <string>', $this->tag->generate());
 }