You are here

public static function OAuth2ClientTestCase::getInfo in OAuth2 Client 7

Same name and namespace in other branches
  1. 7.2 tests/oauth2_client.test \OAuth2ClientTestCase::getInfo()

File

tests/oauth2_client.test, line 14
OAuth2 Client tests.

Class

OAuth2ClientTestCase
Test OAuth2 Client.

Code

public static function getInfo() {
  return array(
    'name' => 'OAuth2 Client',
    'description' => 'Tests basic OAuth2 Client functionality.',
    'group' => 'OAuth2',
  );
}