Skip to content

chore: use single class per file when possible on tests/ directory #14369

chore: use single class per file when possible on tests/ directory

chore: use single class per file when possible on tests/ directory #14369

Triggered via pull request May 9, 2026 10:38
Status Failure
Total duration 1m 35s
Artifacts

test-phpstan.yml

on: pull_request
PHP Static Analysis
1m 9s
PHP Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

5 errors
PHP Static Analysis
Process completed with exit code 1.
PHP Static Analysis: tests/system/View/TableTest.php#L0
Ignored error pattern #^Method CodeIgniter\\View\\DBResultDummy\:\:getResultArray\(\) return type has no value type specified in iterable type array\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/View/TableTest.php was not matched in reported errors.
PHP Static Analysis: tests/system/View/TableTest.php#L0
Ignored error pattern #^Method CodeIgniter\\View\\DBResultDummy\:\:getFieldNames\(\) return type has no value type specified in iterable type array\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/View/TableTest.php was not matched in reported errors.
PHP Static Analysis: tests/system/View/DBResultDummy.php#L29
Method CodeIgniter\View\DBResultDummy::getResultArray() return type has no value type specified in iterable type array.
PHP Static Analysis: tests/system/View/DBResultDummy.php#L21
Method CodeIgniter\View\DBResultDummy::getFieldNames() return type has no value type specified in iterable type array.