You are here

10 calls to BotchaBaseWebTestCase::assertBotchaPresence() in BOTCHA Spam Prevention 6

BotchaAdminTestCase::testUntrustedUserPosting in ./botcha.test
BotchaSessionReuseAttackTestCase::testBotchaSessionReuseAttackDetectionOnCommentPreview in ./botcha.test
BotchaSessionReuseAttackTestCase::testBotchaSessionReuseAttackDetectionOnLoginForm in ./botcha.test
BotchaSessionReuseAttackTestCase::testBotchaSessionReuseAttackDetectionOnNodeForm in ./botcha.test
BotchaTestCase::assertCommentPosting in ./botcha.test
Assert function for testing if comment posting works as it should.
BotchaTestCase::testBotchaAfterCommentPreview in ./botcha.test
Test if BOTCHA is applied when previewing comments: comment preview should have BOTCHA again.
BotchaTestCase::testBotchaAfterNodePreview in ./botcha.test
Test if BOTCHA is applied when previewing nodes: node preview should have BOTCHA again. The preview functionality of comments and nodes works slightly different under the hood. BOTCHA module should be able to handle both.
BotchaTestCase::testBotchaOnLoginBlockOnAdminPages in ./botcha.test
BOTCHA should also be put on admin pages if visitor has no access
BotchaTestCase::testBotchaOnLoginForm in ./botcha.test
Testing the protection of the user log in form.
BotchaTestCase::testBotchaResubmit in ./botcha.test
Test if BOTCHA is applied correctly when failing first and then resubmitting comments: comment form should have BOTCHA again and pass correct submission. (We use to fail BOTCHA as it is impossible to fail comment form on its own)