Lines Matching refs:tree

39     private Tree $tree;  variable in Fisharebest\\Webtrees\\IndividualListTest
50 $this->tree = $tree_service->create('name', 'title');
56 Registry::individualFactory()->make('X1', $this->tree)->deleteRecord();
63 $this->tree->createIndividual("0 @@ INDI\n1 NAME /Âaa/");
64 $this->tree->createIndividual("0 @@ INDI\n1 NAME /aaa/");
65 $this->tree->createIndividual("0 @@ INDI\n1 NAME /Ååå/");
66 $this->tree->createIndividual("0 @@ INDI\n1 NAME /æææ/");
67 $this->tree->createIndividual("0 @@ INDI\n1 NAME /Caa/");
68 $this->tree->createIndividual("0 @@ INDI\n1 NAME /Css/");
69 $this->tree->createIndividual("0 @@ INDI\n1 NAME /Dza/");
72 …st = self::createRequest(RequestMethodInterface::METHOD_GET, [], [], [], ['tree' => $this->tree]);
79 …st = self::createRequest(RequestMethodInterface::METHOD_GET, [], [], [], ['tree' => $this->tree]);
86 …st = self::createRequest(RequestMethodInterface::METHOD_GET, [], [], [], ['tree' => $this->tree]);
98 …uest(RequestMethodInterface::METHOD_GET, ['surname' => 'Muller'], [], [], ['tree' => $this->tree]);
103 …uest(RequestMethodInterface::METHOD_GET, ['surname' => 'MÜLLER'], [], [], ['tree' => $this->tree]);
109 …uest(RequestMethodInterface::METHOD_GET, ['surname' => 'MÜLLER'], [], [], ['tree' => $this->tree]);
119 $i1 = $this->tree->createIndividual("0 @@ INDI\n1 NAME /Muller/");
120 $i2 = $this->tree->createIndividual("0 @@ INDI\n1 NAME /Müller/");
121 $i3 = $this->tree->createIndividual("0 @@ INDI\n1 NAME /Mueller/");
124 …uest(RequestMethodInterface::METHOD_GET, ['surname' => 'MULLER'], [], [], ['tree' => $this->tree]);
131 …uest(RequestMethodInterface::METHOD_GET, ['surname' => 'MULLER'], [], [], ['tree' => $this->tree]);
137 …est(RequestMethodInterface::METHOD_GET, ['surname' => 'MUELLER'], [], [], ['tree' => $this->tree]);
148 $i1 = $this->tree->createIndividual("0 @@ INDI\n1 NAME John //");
149 $i2 = $this->tree->createIndividual("0 @@ INDI\n1 NAME John");
151 …eateRequest(RequestMethodInterface::METHOD_GET, ['alpha' => '@'], [], [], ['tree' => $this->tree]);
157 …eateRequest(RequestMethodInterface::METHOD_GET, ['alpha' => ','], [], [], ['tree' => $this->tree]);
168 $i1 = $this->tree->createIndividual("0 @@ INDI\n1 NAME John /Black/");
169 $i2 = $this->tree->createIndividual("0 @@ INDI\n1 NAME Mary /White/");
170 $this->tree->createIndividual("0 @@ INDI\n1 NAME Peter //");
171 $this->tree->createIndividual("0 @@ INDI\n1 NAME Paul");
173 …equest(RequestMethodInterface::METHOD_GET, ['show_all' => 'yes'], [], [], ['tree' => $this->tree]);
179 …odInterface::METHOD_GET, ['show_all' => 'yes', 'show' => 'indi'], [], [], ['tree' => $this->tree]);
190 $i1 = $this->tree->createIndividual("0 @@ INDI\n1 NAME John /Black/");
191 $i2 = $this->tree->createIndividual("0 @@ INDI\n1 NAME Mary /Brown/");
192 $this->tree->createIndividual("0 @@ INDI\n1 NAME Peter /White/");
193 $this->tree->createIndividual("0 @@ INDI\n1 NAME Paul /Green/");
195 …eateRequest(RequestMethodInterface::METHOD_GET, ['alpha' => 'B'], [], [], ['tree' => $this->tree]);
201 …tMethodInterface::METHOD_GET, ['alpha' => 'B', 'show' => 'indi'], [], [], ['tree' => $this->tree]);