Ejemplo n.º 1
0
 public function testSetAndGetOptions()
 {
     $node = new PropertyNode();
     $node->setOptions(['option1']);
     $this->assertArraySubset(['option1'], $node->getOptions());
 }