You are here

public function KeyRepositoryAvailableTest::testHasKeyRepositoryIsTrue in Akamai 8.3

Tests that KeyProvider::hasKeyRepository() returns TRUE.

File

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

Class

KeyRepositoryAvailableTest
Tests key provider functionality with key module is installed.

Namespace

Drupal\Tests\akamai\Kernel

Code

public function testHasKeyRepositoryIsTrue() {
  $this
    ->assertTrue($this->container
    ->get('akamai.key_provider')
    ->hasKeyRepository());
}