You are here

public function TfaTestFallback::__construct in Two-factor Authentication (TFA) 7.2

Constructor.

Overrides TfaBasePlugin::__construct

File

tests/includes/tfa_test.fallback.inc, line 16
Tests for the TfaValidationPluginInterface.

Class

TfaTestFallback
Class TfaTestFallback.

Code

public function __construct(array $context = array()) {
  parent::__construct($context);
  $this->code = 'FAILSAFE';
}