You are here

protected property EncryptServiceTest::$defaultConfig in Encrypt 8.3

Default configuration.

Type: array[]

File

tests/src/Unit/EncryptServiceTest.php, line 30

Class

EncryptServiceTest
Unit tests for EncryptService class.

Namespace

Drupal\Tests\encrypt\Unit

Code

protected $defaultConfig = [
  'encrypt.settings' => [
    'check_profile_status' => TRUE,
    'allow_deprecated_plugins' => FALSE,
  ],
];