Skip to content

Commit 3293def

Browse files
authored
Merge pull request #9078 from kenjis/docs-suppress-psalm-error
test: suppress psalm error
2 parents 97f1142 + 16e7a6c commit 3293def

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/system/CodeIgniterTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ public function testRunClosureRoute(): void
126126
$this->assertStringContainsString('You want to see "about" page.', $output);
127127
}
128128

129+
/**
130+
* @psalm-suppress UndefinedClass
131+
*/
129132
public function testRun404Override(): void
130133
{
131134
$_SERVER['REQUEST_METHOD'] = 'GET';

0 commit comments

Comments
 (0)