summaryrefslogtreecommitdiff
path: root/tests/app/Elements/XrefLocationTest.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-03-13 18:34:46 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-03-13 19:15:36 +0000
commitb4c5c807eb501a4b2f3da3cb8eb38981bf4a3a25 (patch)
tree960ae9c17102655517200029e3ef7259d9ab5de5 /tests/app/Elements/XrefLocationTest.php
parent005852d3661383a8542dc03559938e1b51bf94f7 (diff)
downloadwebtrees-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.php4
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));
}