In addition to the tests we can write using testbench, we have this repository which:
- Creates a new Laravel application
- Sets up Tenancy
- Creates a sample job
- Asserts that the queue worker is working as expected
This is mostly due to some past bugs that were hard to catch in our test suite.
With this repo, we can have a separate CI job validating queue behavior in a real application.
- Verify how
queue:restart
works in v4