You are here

14 calls to captcha_set_form_id_setting() in CAPTCHA 8

CaptchaAdminTest::testCaptchaPlacementCacheClearing in tests/src/Functional/CaptchaAdminTest.php
Test the CAPTCHA placement clearing.
CaptchaAdminTest::testCaptchaPointSettingGetterAndSetter in tests/src/Functional/CaptchaAdminTest.php
Test the CAPTCHA point setting getter/setter.
CaptchaAdminTest::testUntrustedUserPosting in tests/src/Functional/CaptchaAdminTest.php
Test untrusted user posting.
CaptchaAdminTest::testXssOnCaptchaDescription in tests/src/Functional/CaptchaAdminTest.php
Test XSS vulnerability on CAPTCHA description.
CaptchaCacheTest::testCacheableCaptcha in tests/src/Functional/CaptchaCacheTest.php
Tests a cacheable captcha type.
CaptchaCacheTest::testCacheTags in tests/src/Functional/CaptchaCacheTest.php
Test the cache tags.
CaptchaPersistenceTest::setUpPersistence in tests/src/Functional/CaptchaPersistenceTest.php
Set up the persistence and CAPTCHA settings.
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.
CaptchaSessionReuseAttackTestCase::testMultipleCaptchaProtectedFormsOnOnePage in tests/src/Functional/CaptchaSessionReuseAttackTestCase.php
Test multiple captcha widgets on single page.
CaptchaTest::testCaptchaDescriptionAfterCommentPreview in tests/src/Functional/CaptchaTest.php
Test if the CAPTCHA description is only shown with challenge widgets.
CaptchaTest::testCaptchaSessionReuseOnNodeForms in tests/src/Functional/CaptchaTest.php
Test if the CAPTCHA session ID is reused when previewing nodes.
CaptchaTest::testCaseInsensitiveValidation in tests/src/Functional/CaptchaTest.php
Testing the case sensitive/insensitive validation.