Add PasswordFactory to MediaWikiServices
[lhc/web/wiklou.git] / tests / phpunit / includes / MediaWikiServicesTest.php
index 093cb07..ae71d9f 100644 (file)
@@ -364,6 +364,10 @@ class MediaWikiServicesTest extends MediaWikiTestCase {
                        'ExternalStoreFactory' => [ 'ExternalStoreFactory', ExternalStoreFactory::class ],
                        'PreferencesFactory' => [ 'PreferencesFactory', PreferencesFactory::class ],
                        'ActorMigration' => [ 'ActorMigration', ActorMigration::class ],
+                       'ConfigRepository' => [ 'ConfigRepository', \MediaWiki\Config\ConfigRepository::class ],
+                       'MagicWordFactory' => [ 'MagicWordFactory', MagicWordFactory::class ],
+                       'ContentLanguage' => [ 'ContentLanguage', Language::class ],
+                       'PasswordFactory' => [ 'PasswordFactory', PasswordFactory::class ],
                ];
        }