-
Notifications
You must be signed in to change notification settings - Fork 31
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 CI for MW 1.43 #251
Add CI for MW 1.43 #251
Conversation
I'm not sure how to get getUserGroups to return. We can't mock it because it's used inside the function without a way at supplying a param. Any ideas @gesinn-it-gea / @gesinn-it-ilm ? |
@paladox I will take a look. |
- update test - use MediaWikiIntegrationTestCase instead of \PHPUnit\Framework\TestCase - use MediaWikiIntegrationTestCase getTestUser() to create user with ID
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #251 +/- ##
============================================
+ Coverage 87.61% 87.62% +0.01%
Complexity 370 370
============================================
Files 36 36
Lines 1090 1091 +1
============================================
+ Hits 955 956 +1
Misses 135 135 ☔ View full report in Codecov by Sentry. |
@paladox now all looks good. |
Oh, that’s awesome! Thanks! Looks good to me! |
@paladox you are welcome. Then this PR is ready to be merged. :) |
No description provided.