Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write integration tests #29

Open
bschmitt opened this issue Oct 4, 2017 · 3 comments
Open

Write integration tests #29

bschmitt opened this issue Oct 4, 2017 · 3 comments

Comments

@bschmitt
Copy link
Owner

bschmitt commented Oct 4, 2017

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.

  • Test consuming and publishing new messages
  • Test bootstrapping with the most recent Laravel and Lumen
  • Configuration
  • ...

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

Feel free to contribute

@mirkojotic
Copy link
Contributor

@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
Copy link
Collaborator

@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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants