コード例 #1
0
ファイル: CommentTest.php プロジェクト: jxav/iless
 /**
  * @covers getType
  */
 public function testGetType()
 {
     $a = new CommentNode('my comment');
     $this->assertEquals('Comment', $a->getType());
 }