You are here

public static property MonitoringCaptchaTest::$modules in Monitoring 8

Modules to install.

Type: array

Overrides MonitoringTestBase::$modules

File

tests/src/Functional/MonitoringCaptchaTest.php, line 18

Class

MonitoringCaptchaTest
Tests the captcha failed attempts sensor.

Namespace

Drupal\Tests\monitoring\Functional

Code

public static $modules = array(
  'captcha',
);