maxbrokman / SafeQueue

Laravel Doctrine friendly queue worker
MIT License
30 stars 28 forks source link

Improved test coverage of the worker. #1

Closed maxbrokman closed 8 years ago

maxbrokman commented 8 years ago

This meant making some changes to how the worker works, including extra scaffolding to allow tests to happen over code that is designed not to exit. The result is the worker is now further from the Laravel base class.