You are here

public static function TFATestCase::getInfo in Two-factor Authentication (TFA) 7

Same name and namespace in other branches
  1. 7.2 tests/tfa.test \TfaTestCase::getInfo()

File

./tfa.test, line 8

Class

TFATestCase
Tests the functionality of the TFA module.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return array(
    'name' => 'Two-factor Authentication',
    'description' => 'Test the Two-factor authentication process.',
    'group' => 'TFA',
  );
}