You are here

public static function TwitterOAuthTest::getInfo in Twitter 6.3

File

tests/core_oauth.test, line 14
Functional tests for the twitter module using OAuth.

Class

TwitterOAuthTest
@file Functional tests for the twitter module using OAuth.

Code

public static function getInfo() {
  return array(
    'name' => t('Twitter core with OAuth'),
    'description' => t('Tests main module functionality using OAuth.'),
    'group' => t('Twitter'),
  );
}