You are here

protected property MigrateCaptchaPointsTest::$captchaPoints in CAPTCHA 8

The expected captcha points from the Captcha fixture.

Type: array[]

File

tests/src/Kernel/Migrate/d7/MigrateCaptchaPointsTest.php, line 26

Class

MigrateCaptchaPointsTest
Migrates various configuration objects owned by the captcha module.

Namespace

Drupal\Tests\captcha\Kernel\Migrate\d7

Code

protected $captchaPoints = [
  [
    'form_id' => 'comment_node_article_form',
    'captcha_type' => 'captcha/Math',
    'status' => TRUE,
  ],
  [
    'form_id' => 'user_pass',
    'captcha_type' => 'captcha/Math',
    'status' => TRUE,
  ],
];