You are here

public static property AesTests::$modules in AES encryption 8.2

Modules to enable. Enable the aes module.

Type: array

File

src/Tests/AesTests.php, line 19

Class

AesTests
Test encryption/decryption

Namespace

Drupal\aes\Tests

Code

public static $modules = array(
  'aes',
);