public static property HoneypotFormCacheTest::$modules in Honeypot 8
Same name and namespace in other branches
- 2.0.x tests/src/Functional/HoneypotFormCacheTest.php \Drupal\Tests\honeypot\Functional\HoneypotFormCacheTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- tests/
src/ Functional/ HoneypotFormCacheTest.php, line 41
Class
- HoneypotFormCacheTest
- Tests page caching on Honeypot protected forms.
Namespace
Drupal\Tests\honeypot\FunctionalCode
public static $modules = [
'honeypot',
'node',
'comment',
'contact',
];