-
Notifications
You must be signed in to change notification settings - Fork 71
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 return type to setup() and teardown() #133
Conversation
@rocketcrazy07 would you please look into the build failures on this? Thanks! |
1ec0ad3
to
dcdab67
Compare
Could I get the contents of build/logs/clover.xml from the build server so I can test this fully before making another commit? |
|
The code coverage reduction is due phpunit marking certain classes as final and needing to add a line or 2 so Mockery can properly mock the object. If there is anything else you are waiting on please let me know I am eager to get this merged in so I can help with other things as well. |
Just some time to review. If I don't get this merged by Monday, ping me back please. |
Thanks for the reminder. Fell off my radar. Will address today. |
Fix compatibility with phpunit 8.0.2