You are here

function tfa_test_send_create in Two-factor Authentication (TFA) 7.2

Create test send object.

Parameters

array $context: TFA context.

Return value

TfaTestSend Created TfaTestSend object.

File

tests/tfa_test.module, line 90
A mock module for testing TFA.

Code

function tfa_test_send_create(array $context) {
  return new TfaTestSend($context);
}