diff --git a/extension.json b/extension.json index 4e9eb20f2..897e64587 100644 --- a/extension.json +++ b/extension.json @@ -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",