public static property WebformElementCaptchaTest::$modules in Webform 6.x
Same name and namespace in other branches
- 8.5 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\ElementCode
public static $modules = [
'webform',
'captcha',
'image_captcha',
];