You are here

public static property WebformElementCaptchaTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/Functional/Element/WebformElementCaptchaTest.php \Drupal\Tests\webform\Functional\Element\WebformElementCaptchaTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementCaptchaTest.php, line 24

Class

WebformElementCaptchaTest
Tests for CAPTCHA element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

public static $modules = [
  'webform',
  'captcha',
  'image_captcha',
];