Ejemplo n.º 1
0
 /**
  *
  */
 public function testNote()
 {
     $firstNote = current($this->gedcom->getNote());
     $this->assertEquals($firstNote->getNote(), 'Test link to a graphics file about the main Submitter of this file.');
     $this->assertEquals($firstNote->getChan()->getDate(), '24 May 1999');
     $this->assertEquals($firstNote->getChan()->getTime(), '16:39:55');
 }