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