You are here

protected property TfaRecoveryCodeTest::$configuration in Two-factor Authentication (TFA) 8

Default configuration for the plugin.

Type: array

File

tests/src/Unit/Plugin/TfaValidation/TfaRecoveryCodeTest.php, line 70

Class

TfaRecoveryCodeTest
@coversDefaultClass \Drupal\tfa\Plugin\TfaValidation\TfaRecoveryCode

Namespace

Drupal\Tests\tfa\Unit\Plugin\TfaValidation

Code

protected $configuration = [
  'uid' => 3,
];