jenkins-bot has submitted this change and it was merged.
Change subject: Don't return PHPUnit_Framework_MockObject_MockObject when not
needed
......................................................................
Don't return PHPUnit_Framework_MockObject_MockObject when not needed
The callers of this method don't need to know about this additional
interface.
Change-Id: I9e5531e495b7f5c890e8e520d661ccd5b0a644e1
---
M tests/phpunit/includes/cache/LocalisationCacheTest.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Umherirrender: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/phpunit/includes/cache/LocalisationCacheTest.php
b/tests/phpunit/includes/cache/LocalisationCacheTest.php
index 7d62b01..697eb2d 100644
--- a/tests/phpunit/includes/cache/LocalisationCacheTest.php
+++ b/tests/phpunit/includes/cache/LocalisationCacheTest.php
@@ -15,7 +15,7 @@
}
/**
- * @return PHPUnit_Framework_MockObject_MockObject|LocalisationCache
+ * @return LocalisationCache
*/
protected function getMockLocalisationCache() {
global $IP;
--
To view, visit https://gerrit.wikimedia.org/r/275386
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9e5531e495b7f5c890e8e520d661ccd5b0a644e1
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits