You are here

public static property HoneypotAdminFormTest::$modules in Honeypot 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Functional/HoneypotAdminFormTest.php \Drupal\Tests\honeypot\Functional\HoneypotAdminFormTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/HoneypotAdminFormTest.php, line 36

Class

HoneypotAdminFormTest
Test Honeypot spam protection admin form functionality.

Namespace

Drupal\Tests\honeypot\Functional

Code

public static $modules = [
  'honeypot',
];