コード例 #1
0
ファイル: GenericTagTest.php プロジェクト: pnaq57/zf2demo
 public function testParamProducesCorrectDocBlockLine()
 {
     $this->tag->setName('var');
     $this->tag->setContent('string');
     $this->assertEquals('@var string', $this->tag->generate());
 }