diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-07 08:41:53 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-09 08:46:07 +0000 |
| commit | 0d047a8c74753c7558a60f4789c838996d6fae8b (patch) | |
| tree | e405dc9c9f64af1a80cf5adeb4a4ec9fc0deb572 /tests | |
| parent | 2d6f94fd8071ced9aa84d09ccdd2cdaf30c727ec (diff) | |
| download | webtrees-0d047a8c74753c7558a60f4789c838996d6fae8b.tar.gz webtrees-0d047a8c74753c7558a60f4789c838996d6fae8b.tar.bz2 webtrees-0d047a8c74753c7558a60f4789c838996d6fae8b.zip | |
Cleanup unused code
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/feature/IndividualListTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/feature/IndividualListTest.php b/tests/feature/IndividualListTest.php index a6f3a6d61d..9431a93e9e 100644 --- a/tests/feature/IndividualListTest.php +++ b/tests/feature/IndividualListTest.php @@ -39,8 +39,8 @@ class IndividualListTest extends TestCase */ public function testIndividualList(): void { - $tree = $this->importTree('demo.ged'); - $list_module = new IndividualListModule(new LocalizationService()); + $tree = $this->importTree('demo.ged'); + $list_module = new IndividualListModule(new LocalizationService()); $request = self::createRequest(RequestMethodInterface::METHOD_GET, [], [], [], ['tree' => $tree]); $response = $list_module->handle($request); |
