Ejemplo n.º 1
0
 /**
  * Tests if the initialization from a string works as expected.
  *
  * @return void
  */
 public function testInitFromString()
 {
     // initialize the location node
     $this->location->setNodeName('location');
     $this->location->initFromString(file_get_contents(__DIR__ . '/_files/location.xml'));
     // validate the node
     $this->validate();
 }