public static property HoneypotFormProgrammaticSubmissionTest::$modules in Honeypot 8
Same name and namespace in other branches
- 2.0.x 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\FunctionalCode
public static $modules = [
'honeypot',
'honeypot_test',
'user',
];