-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add PHPUnit tests and CI #9
Comments
I'll pick up writing unit tests. |
I can assist with the Travis CI integration. I have recent experience on this using Appveyor (Windows) and CircleCI. Agree that Travis is the best option for this project. |
@christopher-hopper Thank you for your offer. I think it would be wise for us to first setup the basics with our Travis CI account ourselves, afterwards your are of course welcome to improve 🥇 |
Related to this issue: I've added Scrutinizer to this repository. |
Travis and PR-build have been resolved. |
Just wondering: Should these tests be run in combination with various PHPCS versions ? |
I've got time to look into this in the coming weeks. Will report progress when I make it. 👍 |
Motivation
The user base of this plugin seems to grow, which is awesome but we need to maintain its quality, while also being able to accept PR's.
Proposed changes
PHPUnit tests for this plugin and Travis CI running them on every single commit and/or PR.
The text was updated successfully, but these errors were encountered: