コード例 #1
0
 /**
  * Tests if the initialization from a file works as expected.
  *
  * @return void
  */
 public function testInitFromFileWithUuids()
 {
     // initialize the location node
     $this->location->setNodeName('location');
     $this->location->initFromFile(__DIR__ . '/_files/location-with-uuids.xml');
     // validate the node
     $this->validate();
 }