Ejemplo n.º 1
0
 public function testSetAndGetType()
 {
     $node = new PropertyNode();
     $node->setType('Type');
     $this->assertEquals('Type', $node->getType());
 }