You are here

protected function MonitoringCaptchaTest::setUp in Monitoring 8

Overrides MonitoringTestBase::setUp

File

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

Class

MonitoringCaptchaTest
Tests the captcha failed attempts sensor.

Namespace

Drupal\Tests\monitoring\Functional

Code

protected function setUp() {
  parent::setUp();

  // Add captcha.inc file.
  module_load_include('inc', 'captcha');
}