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