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