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