-
Notifications
You must be signed in to change notification settings - Fork 453
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
Travis: Add integration testing to Travis CI #2667
Conversation
This spins up a project using docker and runs some PHPUnit based tests against it.
This is kind of embarassing as I specifically created the new travis config in #2659 so that the integration tests (not the unit tests) can use the proper PHP environment. Somehow I mixed that up. Mea culpa.
@TheAspens this is now basically working. This is still WIP as I have a few questions and comments.
|
I've add the repository here: https://github.com/BOINC/boinc-server-test And issues: |
Thanks for moving the directory. I changed the install script. Tests are still fine. |
I just removed the WIP tag as this is ready for review now. I just want to note that the actual unit tests are in a separate repository. This is fine with me for now but we should think about moving the tests into |
Looks good. Thanks for doing this! |
This spins up a project using docker and runs some PHPUnit based tests against it.