You are here

protected function KeyRepositoryAvailableTest::setUp in Akamai 8.3

Overrides KernelTestBase::setUp

File

tests/src/Kernel/KeyRepositoryAvailableTest.php, line 24

Class

KeyRepositoryAvailableTest
Tests key provider functionality with key module is installed.

Namespace

Drupal\Tests\akamai\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'akamai',
    'key',
  ]);
  $this
    ->generateKeys();
}