mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
Move some classes to TestAutoloadClasses
Change-Id: Iafbdb1e66dd42ff57c0f80e274e83ccadbad77a0
This commit is contained in:
parent
fe6e6e0e84
commit
29709a61b7
|
@ -57,8 +57,6 @@
|
|||
},
|
||||
"AutoloadClasses": {
|
||||
"ConfirmEditHooks": "includes/ConfirmEditHooks.php",
|
||||
"HTMLFancyCaptchaField": "FancyCaptcha/includes/HTMLFancyCaptchaField.php",
|
||||
"HTMLReCaptchaNoCaptchaField": "ReCaptchaNoCaptcha/includes/HTMLReCaptchaNoCaptchaField.php",
|
||||
"SimpleCaptcha": "SimpleCaptcha/SimpleCaptcha.php",
|
||||
"CaptchaStore": "includes/store/CaptchaStore.php",
|
||||
"CaptchaSessionStore": "includes/store/CaptchaSessionStore.php",
|
||||
|
@ -67,7 +65,11 @@
|
|||
"CaptchaTriggers": "includes/CaptchaTriggers.php",
|
||||
"SpecialCaptcha": "includes/specials/SpecialCaptcha.php",
|
||||
"CaptchaPreAuthenticationProvider": "includes/auth/CaptchaPreAuthenticationProvider.php",
|
||||
"CaptchaAuthenticationRequest": "includes/auth/CaptchaAuthenticationRequest.php",
|
||||
"CaptchaAuthenticationRequest": "includes/auth/CaptchaAuthenticationRequest.php"
|
||||
},
|
||||
"TestAutoloadClasses": {
|
||||
"HTMLFancyCaptchaField": "FancyCaptcha/includes/HTMLFancyCaptchaField.php",
|
||||
"HTMLReCaptchaNoCaptchaField": "ReCaptchaNoCaptcha/includes/HTMLReCaptchaNoCaptchaField.php",
|
||||
"ReCaptchaNoCaptchaAuthenticationRequest": "ReCaptchaNoCaptcha/includes/ReCaptchaNoCaptchaAuthenticationRequest.php"
|
||||
},
|
||||
"ResourceModules": {
|
||||
|
@ -110,7 +112,6 @@
|
|||
"TitleReadWhitelist": "ConfirmEditHooks",
|
||||
"AlternateEditPreview": "ConfirmEditHooks",
|
||||
"ResourceLoaderRegisterModules": "ConfirmEditHooks",
|
||||
|
||||
"EditPage::showEditForm:fields": "ConfirmEditHooks::showEditFormFields",
|
||||
"EditFilterMergedContent": "ConfirmEditHooks::confirmEditMerged",
|
||||
"APIGetAllowedParams": "ConfirmEditHooks::onAPIGetAllowedParams",
|
||||
|
|
Loading…
Reference in a new issue