Skip to content

Commit 16e7a6c

Browse files
committed
test: add @psalm-suppress
Error: tests/system/CodeIgniterTest.php:138:33: UndefinedClass: Class, interface or enum named Tests\Support\Errors does not exist (see https://psalm.dev/019)
1 parent b469f0c commit 16e7a6c

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)