You are here

public static property KeyRepositoryAvailableTest::$modules in Akamai 8.3

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

KeyRepositoryAvailableTest
Tests key provider functionality with key module is installed.

Namespace

Drupal\Tests\akamai\Kernel

Code

public static $modules = [
  'akamai',
  'key',
];