You are here

public static function TwitterTest::getInfo in Twitter 7.3

Same name and namespace in other branches
  1. 6.5 tests/core.test \TwitterTest::getInfo()
  2. 6.3 tests/core.test \TwitterTest::getInfo()
  3. 6.4 tests/core.test \TwitterTest::getInfo()
  4. 7.6 tests/core.test \TwitterTest::getInfo()
  5. 7.4 tests/core.test \TwitterTest::getInfo()
  6. 7.5 tests/core.test \TwitterTest::getInfo()

File

tests/core.test, line 14
Functional tests for the twitter Module.

Class

TwitterTest
@file Functional tests for the twitter Module.

Code

public static function getInfo() {
  return array(
    'name' => t('Main'),
    'description' => t('Tests main module features such as adding accounts or loading tweets.'),
    'group' => t('Twitter'),
  );
}