File
- drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php, line 25
- Definition of Drupal\openid\Tests\OpenIDTest.
Class
- OpenIDTest
- Test internal helper functions.
Namespace
Drupal\openid\Tests
Code
public static function getInfo() {
return array(
'name' => 'OpenID helper functions',
'description' => 'Test OpenID helper functions.',
'group' => 'OpenID',
);
}