You are here

public static function OAuth2LoginTestCase::getInfo in OAuth2 Login 7.2

Same name and namespace in other branches
  1. 8 tests/oauth2_login.test \OAuth2LoginTestCase::getInfo()
  2. 7 tests/oauth2_login.test \OAuth2LoginTestCase::getInfo()

File

tests/oauth2_login.test, line 14
OAuth2 Login tests.

Class

OAuth2LoginTestCase
Test OAuth2 Login.

Code

public static function getInfo() {
  return [
    'name' => 'OAuth2 Login',
    'description' => 'Tests OAuth2 Login.',
    'group' => 'OAuth2',
  ];
}