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