mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke
synced 2024-11-23 15:57:03 +00:00
HooksTest: Add missing service argument to SpecialContributions
Change-Id: Ic071120172bf139af9c9d32a7966cd8b0b57cc7c
This commit is contained in:
parent
46c6b8b088
commit
3bc28520af
|
@ -97,7 +97,8 @@ class HooksTest extends MediaWikiIntegrationTestCase {
|
|||
$services->getCommentFormatter(),
|
||||
$services->getUserFactory(),
|
||||
$services->getUserIdentityLookup(),
|
||||
$services->getDatabaseBlockStore()
|
||||
$services->getDatabaseBlockStore(),
|
||||
$services->getTempUserConfig()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue