Skip to content

feat(event-bus): support to make assertions on dispatched events when the event bus was not faked #2487

feat(event-bus): support to make assertions on dispatched events when the event bus was not faked

feat(event-bus): support to make assertions on dispatched events when the event bus was not faked #2487

Triggered via pull request August 19, 2025 11:54
Status Success
Total duration 50s
Artifacts

coding-conventions.yml

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

Annotations

3 warnings
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.
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.