You are here

public static function TalkTests::getInfo in Talk 7

Same name and namespace in other branches
  1. 6 talk.test \TalkTests::getInfo()

File

./talk.test, line 7

Class

TalkTests

Code

public static function getInfo() {
  return array(
    'name' => t('Basic talk tests'),
    'description' => t('Some basic tests for the talk module, including going to the talk page and making sure the comment shows up.'),
    'group' => t('Talk'),
  );
}