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\KernelCode
public function setUp() : void {
parent::setUp();
$this
->installConfig([
'spambot',
]);
}