public static function OAuth2ServerStorageTestCase::getInfo in OAuth2 Server 7
File
- tests/
oauth2_server.test, line 897 - OAuth2 tests.
Class
Code
public static function getInfo() {
return array(
'name' => 'OAuth2 Server Storage',
'description' => 'Tests the Storage implementation for the oauth2-server-php library.',
'group' => 'OAuth2',
);
}