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