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