You are here

14 calls to CaptchaWebTestBase::assertCaptchaPresence() in CAPTCHA 8

CaptchaAdminTest::testUntrustedUserPosting in tests/src/Functional/CaptchaAdminTest.php
Test untrusted user posting.
CaptchaPersistenceTest::setUpPersistence in tests/src/Functional/CaptchaPersistenceTest.php
Set up the persistence and CAPTCHA settings.
CaptchaPersistenceTest::testPersistenceAlways in tests/src/Functional/CaptchaPersistenceTest.php
Test persistence always.
CaptchaPersistenceTest::testPersistenceOnlyOnce in tests/src/Functional/CaptchaPersistenceTest.php
Test Persistence "Only once".
CaptchaPersistenceTest::testPersistencePerFormInstance in tests/src/Functional/CaptchaPersistenceTest.php
Test persistence per form instance.
CaptchaPersistenceTest::testPersistencePerFormType in tests/src/Functional/CaptchaPersistenceTest.php
Test Persistence per form type.
CaptchaSessionReuseAttackTestCase::testCaptchaSessionReuseAttackDetectionOnCommentPreview in tests/src/Functional/CaptchaSessionReuseAttackTestCase.php
Test captcha attack detection on comment form.
CaptchaSessionReuseAttackTestCase::testCaptchaSessionReuseAttackDetectionOnLoginForm in tests/src/Functional/CaptchaSessionReuseAttackTestCase.php
Test Captcha attack detection on login form.
CaptchaSessionReuseAttackTestCase::testCaptchaSessionReuseAttackDetectionOnNodeForm in tests/src/Functional/CaptchaSessionReuseAttackTestCase.php
Test captcha attach detection on node form.
CaptchaTest::testCaptchaDescriptionAfterCommentPreview in tests/src/Functional/CaptchaTest.php
Test if the CAPTCHA description is only shown with challenge widgets.
CaptchaTest::testCaptchaOnLoginBlockOnAdminPagesIssue893810 in tests/src/Functional/CaptchaTest.php
CAPTCHA should be put on admin pages even if visitor has no access.
CaptchaTest::testCaptchaOnLoginForm in tests/src/Functional/CaptchaTest.php
Testing the protection of the user log in form.
CaptchaTest::testCaptchaSessionReuseOnNodeForms in tests/src/Functional/CaptchaTest.php
Test if the CAPTCHA session ID is reused when previewing nodes.
CaptchaTest::testLongFormId in tests/src/Functional/CaptchaTest.php
Test that forms with IDs exceeding 64 characters can be assigned captchas.