HooksTest: Add missing service argument to SpecialContributions

Change-Id: Ic071120172bf139af9c9d32a7966cd8b0b57cc7c
This commit is contained in:
Kosta Harlan 2024-10-17 13:25:18 +02:00
parent 46c6b8b088
commit 3bc28520af
No known key found for this signature in database
GPG key ID: BC3D8915606A5ED9

View file

@ -97,7 +97,8 @@ class HooksTest extends MediaWikiIntegrationTestCase {
$services->getCommentFormatter(),
$services->getUserFactory(),
$services->getUserIdentityLookup(),
$services->getDatabaseBlockStore()
$services->getDatabaseBlockStore(),
$services->getTempUserConfig()
);
}