You are here

13 calls to CaptchaBaseWebTestCase::assertCaptchaPresence() in CAPTCHA 6.2

CaptchaAdminTestCase::testUntrustedUserPosting in ./captcha.test
CaptchaPersistenceTestCase::setUpPersistence in ./captcha.test
Set up the persistence and CAPTCHA settings.
CaptchaPersistenceTestCase::testPersistenceAlways in ./captcha.test
CaptchaPersistenceTestCase::testPersistenceOnlyOnce in ./captcha.test
CaptchaPersistenceTestCase::testPersistencePerFormInstance in ./captcha.test
CaptchaPersistenceTestCase::testPersistencePerFormType in ./captcha.test
CaptchaSessionReuseAttackTestCase::testCaptchaSessionReuseAttackDetectionOnCommentPreview in ./captcha.test
CaptchaSessionReuseAttackTestCase::testCaptchaSessionReuseAttackDetectionOnLoginForm in ./captcha.test
CaptchaSessionReuseAttackTestCase::testCaptchaSessionReuseAttackDetectionOnNodeForm in ./captcha.test
CaptchaTestCase::testCaptchaDescriptionAfterCommentPreview in ./captcha.test
Test if the CAPTCHA description is only shown if there are challenge widgets to show. For example, when a comment is previewed with correct CAPTCHA answer, a challenge is generated and added to the form but removed in the pre_render phase. The CAPTCHA…
CaptchaTestCase::testCaptchaOnLoginBlockOnAdminPagesIssue893810 in ./captcha.test
CAPTCHA should also be put on admin pages even if visitor has no access
CaptchaTestCase::testCaptchaOnLoginForm in ./captcha.test
Testing the protection of the user log in form.
CaptchaTestCase::testCaptchaSessionReuseOnNodeForms in ./captcha.test
Test if the CAPTCHA session ID is reused when previewing nodes: node preview after correct response should not show CAPTCHA anymore. The preview functionality of comments and nodes works slightly different under the hood. CAPTCHA module should be able…