You are here

public static property EncryptTestBase::$modules in Encrypt 8.3

Modules to enable for this test.

Type: string[]

Overrides BrowserTestBase::$modules

File

tests/src/Functional/EncryptTestBase.php, line 19

Class

EncryptTestBase
Defines a base class for tests.

Namespace

Drupal\Tests\encrypt\Functional

Code

public static $modules = [
  'key',
  'encrypt',
  'encrypt_test',
];