summaryrefslogtreecommitdiff
path: root/tests/app/Elements/XrefLocationTest.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-03-26 12:28:37 +0000
committerGreg Roach <greg@subaqua.co.uk>2024-03-31 17:33:18 +0100
commit5a8afed46297e8105e3e5a33ce37e6a8e88bc79d (patch)
treed37d223799495bfb9ad13723ba7db5967d825858 /tests/app/Elements/XrefLocationTest.php
parent62ff2f188c699b1144fb2ca2d6da1358d5e1a745 (diff)
downloadwebtrees-5a8afed46297e8105e3e5a33ce37e6a8e88bc79d.tar.gz
webtrees-5a8afed46297e8105e3e5a33ce37e6a8e88bc79d.tar.bz2
webtrees-5a8afed46297e8105e3e5a33ce37e6a8e88bc79d.zip
CodeStyle - whitespace
Diffstat (limited to 'tests/app/Elements/XrefLocationTest.php')
-rw-r--r--tests/app/Elements/XrefLocationTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/app/Elements/XrefLocationTest.php b/tests/app/Elements/XrefLocationTest.php
index e4fcdfef7e..ba4df12b5f 100644
--- a/tests/app/Elements/XrefLocationTest.php
+++ b/tests/app/Elements/XrefLocationTest.php
@@ -28,7 +28,6 @@ use Fisharebest\Webtrees\Tree;
use PHPUnit\Framework\Attributes\CoversClass;
use Psr\Http\Message\ServerRequestInterface;
-
#[CoversClass(AbstractElement::class)]
#[CoversClass(AbstractXrefElement::class)]
#[CoversClass(XrefLocation::class)]
@@ -92,7 +91,6 @@ class XrefLocationTest extends TestCase
->method('make')
->willReturn($record);
-
Registry::locationFactory($factory);
self::assertSame('<a href="https://url">Full Name</a>', $element->value('@X123@', $tree));