You are here

public static property HoneypotFormProgrammaticSubmissionTest::$modules in Honeypot 2.0.x

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/HoneypotFormProgrammaticSubmissionTest.php, line 27

Class

HoneypotFormProgrammaticSubmissionTest
Test programmatic submission of forms protected by Honeypot.

Namespace

Drupal\Tests\honeypot\Functional

Code

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