Example #1
0
 /**
  * @covers getType
  */
 public function testGetType()
 {
     $a = new CommentNode('my comment');
     $this->assertEquals('Comment', $a->getType());
 }