codeigniter4 / queue

Queues for the CodeIgniter 4 framework
https://queue.codeigniter.com/
MIT License
45 stars 12 forks source link

fix: typo in the `queue:work` param #18

Closed michalsn closed 10 months ago

michalsn commented 10 months ago

Description This PR fixes a typo in the queue:work param. It's time to think of testing commands somehow.

Fixes: #17

Checklist:

MGatner commented 10 months ago

We have pretty good command tests in Shield that might be helpful as a reference. I definitely think providing a MockQueue of some sort would be good for this repo and for anyone wanting to stub their own queue-related tests.