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