bschmitt / laravel-amqp

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

Write integration tests #29

Open bschmitt opened 7 years ago

bschmitt commented 7 years ago

In order to make live easier when new Laravel and Lumen releases come out, we need integration tests. There tests should be integrated to Travis.

https://docs.travis-ci.com/user/database-setup/#RabbitMQ

Feel free to contribute

mirkojotic commented 6 years ago

@bschmitt I'd love to do this one. I have experience writing tests for Laravel projects but I've never tested a package. Do you have any time to kinda guide me through initial steps and give me a small push?

stevenklar commented 6 years ago

@mirkojotic maybe the Request or Message classes would be a good start for tests as they are not that heavy and are used by the "main" classes

bschmitt commented 6 years ago

@mirkojotic thank you very much for your support! I just merged your PR into the next release.