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