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