public static function TfaTestCase::getInfo in Two-factor Authentication (TFA) 7.2
Same name and namespace in other branches
- 7 tfa.test \TFATestCase::getInfo()
Implement getInfo().
File
- tests/
tfa.test, line 16 - Drupal test cases for TFA.
Class
- TfaTestCase
- Tests the functionality of the TFA module.
Code
public static function getInfo() {
return array(
'name' => 'Two-factor Authentication',
'description' => 'Test the Two-factor authentication process.',
'group' => 'TFA',
);
}