Skip to content

fix(http): fix assertStatus mixing up expected and actual results #2429

fix(http): fix assertStatus mixing up expected and actual results

fix(http): fix assertStatus mixing up expected and actual results #2429

Triggered via pull request August 14, 2025 07:34
Status Failure
Total duration 1m 17s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
31s
Run style check
Run static analysis: PHPStan
36s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
Run style check
Process completed with exit code 1.
analysis/undefined-constant-or-enum-case: tests/Integration/Route/RequestToObjectMapperTest.php#L143
Accessing `class` on non-existent class `Tests\Tempest\Integration\Route\NotNull`. Help: Define or import the class `Tests\Tempest\Integration\Route\NotNull` before using it.
Run static analysis: PHPStan
Process completed with exit code 1.
Run static analysis: PHPStan: tests/Integration/Route/RequestToObjectMapperTest.php#L143
Class Tests\Tempest\Integration\Route\NotNull not found.
best-practices/no-empty-catch-clause: packages/kv-store/tests/PredisClientTest.php#L48
Empty catch clause suppresses errors. Empty catch clauses hide exceptions and make debugging more difficult. Help: Add error handling or remove the catch clause.
best-practices/no-empty-catch-clause: tests/Integration/KeyValue/RedisTest.php#L42
Empty catch clause suppresses errors. Empty catch clauses hide exceptions and make debugging more difficult. Help: Add error handling or remove the catch clause.
best-practices/no-empty-catch-clause: packages/kv-store/tests/PhpRedisClientTest.php#L42
Empty catch clause suppresses errors. Empty catch clauses hide exceptions and make debugging more difficult. Help: Add error handling or remove the catch clause.