summaryrefslogtreecommitdiff
path: root/tests/app/Http/RequestHandlers/GedcomLoadTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Http/RequestHandlers/GedcomLoadTest.php')
-rw-r--r--tests/app/Http/RequestHandlers/GedcomLoadTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Http/RequestHandlers/GedcomLoadTest.php b/tests/app/Http/RequestHandlers/GedcomLoadTest.php
index 1b9c7e4f90..79e4c2c817 100644
--- a/tests/app/Http/RequestHandlers/GedcomLoadTest.php
+++ b/tests/app/Http/RequestHandlers/GedcomLoadTest.php
@@ -27,6 +27,6 @@ class GedcomLoadTest extends TestCase
{
public function testClass(): void
{
- $this->assertTrue(class_exists(GedcomLoad::class));
+ self::assertTrue(class_exists(GedcomLoad::class));
}
}