fix(http): fix assertStatus mixing up expected and actual results #2429
coding-conventions.yml
on: pull_request
Run style check
31s
Run static analysis: PHPStan
36s
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.
|