Skip to content

Commit

Permalink
Merge pull request #9078 from kenjis/docs-suppress-psalm-error
Browse files Browse the repository at this point in the history
test: suppress psalm error
  • Loading branch information
kenjis authored Jul 28, 2024
2 parents 97f1142 + 16e7a6c commit 3293def
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/system/CodeIgniterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3293def

Please sign in to comment.