You are here

public static function FollowTestCase::getInfo in Follow 7.2

Display information about this test case.

File

tests/follow.test, line 12
Follow module tests.

Class

FollowTestCase
@file Follow module tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Follow module',
    'description' => 'Test the Follow module',
    'group' => 'Follow',
  );
}