You are here

protected function KeyRepositoryUnavailableTest::setUp in Akamai 8.3

Overrides KernelTestBase::setUp

File

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

Class

KeyRepositoryUnavailableTest
Tests key provider functionality with key module is not installed.

Namespace

Drupal\Tests\akamai\Kernel

Code

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