diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-03-13 18:34:46 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-03-13 19:15:36 +0000 |
| commit | b4c5c807eb501a4b2f3da3cb8eb38981bf4a3a25 (patch) | |
| tree | 960ae9c17102655517200029e3ef7259d9ab5de5 /tests/app/Elements/XrefLocationTest.php | |
| parent | 005852d3661383a8542dc03559938e1b51bf94f7 (diff) | |
| download | webtrees-b4c5c807eb501a4b2f3da3cb8eb38981bf4a3a25.tar.gz webtrees-b4c5c807eb501a4b2f3da3cb8eb38981bf4a3a25.tar.bz2 webtrees-b4c5c807eb501a4b2f3da3cb8eb38981bf4a3a25.zip | |
CodeStyle - upper/lower case mismatches
Diffstat (limited to 'tests/app/Elements/XrefLocationTest.php')
| -rw-r--r-- | tests/app/Elements/XrefLocationTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Elements/XrefLocationTest.php b/tests/app/Elements/XrefLocationTest.php index b8b42b3b6e..1fff9053de 100644 --- a/tests/app/Elements/XrefLocationTest.php +++ b/tests/app/Elements/XrefLocationTest.php @@ -106,7 +106,7 @@ class XrefLocationTest extends TestCase ->willReturn($record); - Registry::LocationFactory($factory); + Registry::locationFactory($factory); self::assertSame('<a href="https://url">Full Name</a>', $element->value('@X123@', $tree)); } @@ -138,7 +138,7 @@ class XrefLocationTest extends TestCase ->method('make') ->willReturn(null); - Registry::LocationFactory($factory); + Registry::locationFactory($factory); self::assertSame('<span class="error">@X321@</span>', $element->value('@X321@', $tree)); } |
