You are here

public static function LoginHistoryTestCase::getInfo in Login History 7

File

tests/login_history.test, line 24
Tests for Login History module.

Class

LoginHistoryTestCase
@file Tests for Login History module.

Code

public static function getInfo() {
  return array(
    'name' => 'Login History',
    'description' => 'Test Login History module functionality.',
    'group' => 'Login History',
  );
}