You are here

public function SpambotCacheTest::setUp in Spambot 8

Overrides KernelTestBase::setUp

File

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

Class

SpambotCacheTest
Test of Spambot caching functionality.

Namespace

Drupal\Tests\spambot\Kernel

Code

public function setUp() : void {
  parent::setUp();
  $this
    ->installConfig([
    'spambot',
  ]);
}