bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
270 stars 86 forks source link

Feature/29 write integration tests #44

Closed mirkojotic closed 6 years ago

mirkojotic commented 6 years ago

Hi,

Thought to give it a try and write some tests. I don't really need this to be merged, I just wanted to check if I'm going in the right direction ( likely not :D ).

mirkojotic commented 6 years ago

@stevenklar thank you for the feedback! Everything you said makes sense, I'll make necessary modifications and then continue with Message and Request classes.