diff --git a/tests/system/CodeIgniterTest.php b/tests/system/CodeIgniterTest.php index e65ba03c25c0..fca72bf10583 100644 --- a/tests/system/CodeIgniterTest.php +++ b/tests/system/CodeIgniterTest.php @@ -126,6 +126,9 @@ public function testRunClosureRoute(): void $this->assertStringContainsString('You want to see "about" page.', $output); } + /** + * @psalm-suppress UndefinedClass + */ public function testRun404Override(): void { $_SERVER['REQUEST_METHOD'] = 'GET';