Fichier

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

Classe

SpambotCacheTest
Test of Spambot caching functionality.

Namespace

Drupal\Tests\spambot\Kernel

Code

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