public static function OAuth2ServerTestCase::getInfo in OAuth2 Server 7
File
- tests/
oauth2_server.test, line 76 - OAuth2 tests.
Class
- OAuth2ServerTestCase
- Test basic API.
Code
public static function getInfo() {
return array(
'name' => 'OAuth2 Server',
'description' => 'Tests basic OAuth2 Server functionality.',
'group' => 'OAuth2',
);
}