Skip to content

add more tests

add more tests #11

Triggered via push February 25, 2026 22:08
Status Failure
Total duration 22s
Artifacts

phpstan.yml

on: push
Matrix: Static Analysis by PHPStan
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest)
Process completed with exit code 1.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): tests/IntegrationTest.php#L965
Cannot access offset 'counter' on array|object|null.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): tests/IntegrationTest.php#L763
Parameter #2 $array of method PHPUnit\Framework\Assert::assertArrayHasKey() expects array<mixed>|ArrayAccess<(int|string), mixed>, array|object|null given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): tests/IntegrationTest.php#L378
Ignored error pattern #^Cannot access offset 'counter' on array\|object\|null\.$# (offsetAccess.nonOffsetAccessible) in path /home/runner/work/rango/rango/tests/IntegrationTest.php is expected to occur 2 times, but occurred 3 times.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): tests/IntegrationTest.php#L145
Ignored error pattern #^Parameter \#2 \$array of method PHPUnit\\Framework\\Assert\:\:assertArrayHasKey\(\) expects array\<mixed\>\|ArrayAccess\<\(int\|string\), mixed\>, array\|object\|null given\.$# (argument.type) in path /home/runner/work/rango/rango/tests/IntegrationTest.php is expected to occur 5 times, but occurred 6 times.