You are here

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

Constructor.

Overrides TfaBasePlugin::__construct

File

tests/includes/tfa_test.login.inc, line 23
Tests for the TfaLoginPluginInterface.

Class

TfaTestLogin
Class TfaTestLogin.

Code

public function __construct($uid, array $context = array()) {
  parent::__construct($context);
  $this->loginUid = $uid;
}