-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
PHPUnit version #4
Comments
This last time I tried SMW with 5.4, it just blew up (big times) therefore I decided that 5.4+ has nothing of value that would justify an additional effort and its release cycle of two months or so to push an agenda of deprecations is ridiculous.
To be honest, I find that change counter-productive (even if it represents a better intend) because for no benefit a lot of users are left (like us) to change a bunch of code, so I'm not wholeheartedly support this change. Unless PHPUnit provides some tools to minimize the effort for such change, I just stay with ~4.8 and don't bother at all. |
Same with |
Updating is really trivial. Of course you can just stick with 4.x, which will still be maintained for some time. However that is what I would label as counter-productive :) You just shoot yourself in the foot and will no cause any change. |
https://github.com/SemanticMediaWiki/SemanticNotifications/blob/master/.travis.yml specifies 4.8.x, which appears to be the default by looking at the relevant.sh file. Is that intended?
Any reason to not use PHPUnit >=5.4? Like this you are writing new test code with constructs already deprecated and that will be removed in PHPUnit 6.0, which is not all that far off. Most notably getMock vs createMock
The text was updated successfully, but these errors were encountered: