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