-
Notifications
You must be signed in to change notification settings - Fork 4
Check code for errors and warnings. #114
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
Conversation
warnings will still show in run output, as it is written differently. this is correct behavior. do not force error to display, in fact, turn them off.
Current coverage is 87.20%@@ master #114 diff @@
==========================================
Files 69 69
Lines 1574 1648 +74
Methods 280 291 +11
Messages 0 0
Branches 0 0
==========================================
+ Hits 1395 1437 +42
- Misses 179 211 +32
Partials 0 0
|
remove some array keys that worked in some environments, but not all. rewrite some test comparisons due to the changed formatting of some error messages. ran composer update, so have new lock file.
); | ||
} | ||
|
||
public function getActual() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add return types on these two methods
Great work , as you can see there is a fair bit of feedback, sorry for that! Also - we will have to introduce some unit tests here - the output comparison is a big part of the framework and I want to keep it solid. |
Ref: #4