You are here

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

Constructor.

Overrides TfaBasePlugin::__construct

File

tests/includes/tfa_test.send.inc, line 16
Tests for the TfaSendPluginInterface.

Class

TfaTestSend
Class TfaTestSend.

Code

public function __construct(array $context = array()) {
  parent::__construct($context);
  $this->code = variable_get('tfa_test_code', 'TEST');
}