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