Move some classes to TestAutoloadClasses

Change-Id: Iafbdb1e66dd42ff57c0f80e274e83ccadbad77a0
This commit is contained in:
Reedy 2021-03-24 04:30:55 +00:00
parent fe6e6e0e84
commit 29709a61b7

View file

@ -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",