Ejemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $this->searchQuery = new GedcomxPersonSearchQueryBuilder();
     $this->searchQuery->givenName("George")->surname("Washington")->deathPlace("Mount Vernon, VA");
 }
Ejemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->markTestSkipped("Memories tests are slow and unreliable.");
 }
Ejemplo n.º 3
0
 public function setUp()
 {
     parent::setUp();
     TestBuilder::seed(20125032);
 }