The test method for getPluralLicenseInfo() in MobileFrontendSkinHooks class doesn't cover the null cases. According to the code coverage report, the current test for this method doesn't execute that code. Covering it.
Code snippet
else { $delimiterMsg = wfMessage( 'and' ); }
Acceptance Criteria
- Code coverage has gone up (getPluralLicenseInfo() method covered 100%)
- Else code path covered
- Null cases covered