Exemple #1
0
 public function testParamProducesCorrectDocBlockLine()
 {
     $this->tag->setPropertyName('property');
     $this->tag->setTypes('string[]');
     $this->tag->setDescription('description');
     $this->assertEquals('@property string[] $property description', $this->tag->generate());
 }