summaryrefslogtreecommitdiff
path: root/tests/app/Module/AustrianPresidentsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Module/AustrianPresidentsTest.php')
-rw-r--r--tests/app/Module/AustrianPresidentsTest.php2
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));
}
}