You are here

protected static property SpambotCacheTest::$modules in Spambot 8

Modules to enable.

Type: string[]

Overrides KernelTestBase::$modules

File

tests/src/Kernel/SpambotCacheTest.php, line 21

Class

SpambotCacheTest
Test of Spambot caching functionality.

Namespace

Drupal\Tests\spambot\Kernel

Code

protected static $modules = [
  'spambot',
];