diff options
Diffstat (limited to 'tests/app/Http/RequestHandlers/ExportGedcomServerTest.php')
| -rw-r--r-- | tests/app/Http/RequestHandlers/ExportGedcomServerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Http/RequestHandlers/ExportGedcomServerTest.php b/tests/app/Http/RequestHandlers/ExportGedcomServerTest.php index 059787f094..1e0f31b4fc 100644 --- a/tests/app/Http/RequestHandlers/ExportGedcomServerTest.php +++ b/tests/app/Http/RequestHandlers/ExportGedcomServerTest.php @@ -27,6 +27,6 @@ class ExportGedcomServerTest extends TestCase { public function testClass(): void { - $this->assertTrue(class_exists(ExportGedcomServer::class)); + self::assertTrue(class_exists(ExportGedcomServer::class)); } } |
