laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.62k stars 11.03k forks source link

[11.x] Test Improvements #53586

Closed crynobone closed 1 day ago

crynobone commented 2 days ago

Correctly test Queue using phpredis and predis. InteractsWithRedis configure redis as set it to $this->redis but the TestCase are using Redis connection set via created Application (using Testbench).