summaryrefslogtreecommitdiff
path: root/tests/app/GedcomRecordTest.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-02-17 22:17:07 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-02-19 10:07:54 +0000
commit063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24 (patch)
tree85c7ea6af6b79764880f7d49f2cf7e417808eaed /tests/app/GedcomRecordTest.php
parent67310607fd01ff3b0380e628afce6d7844afc00a (diff)
downloadwebtrees-063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24.tar.gz
webtrees-063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24.tar.bz2
webtrees-063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24.zip
PHPdoc and PHPstan issues
Diffstat (limited to 'tests/app/GedcomRecordTest.php')
-rw-r--r--tests/app/GedcomRecordTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/app/GedcomRecordTest.php b/tests/app/GedcomRecordTest.php
index b737a8a3fd..df6270fc80 100644
--- a/tests/app/GedcomRecordTest.php
+++ b/tests/app/GedcomRecordTest.php
@@ -24,10 +24,6 @@ use PHPUnit\Framework\Attributes\CoversClass;
#[CoversClass(GedcomRecord::class)]
class GedcomRecordTest extends TestCase
{
- /**
- * /**
- * Test that the class exists
- */
public function testClassExists(): void
{
self::assertTrue(class_exists(GedcomRecord::class));