You are here

public static function TfaBasicTestCase::getInfo in TFA Basic plugins 7

File

tests/tfa_basic.test, line 38
tfa_basic.test. Drupal test cases for TFA basic plugins.

Class

TfaBasicTestCase
Tests the functionality of the TFA basic plugins.

Code

public static function getInfo() {
  return array(
    'name' => 'TFA Basic tests',
    'description' => 'Test the TFA basic plugins.',
    'group' => 'TFA',
  );
}