function UserRelationshipsApiSocnetTestCase::getInfo in User Relationships 6
Implementation of getInfo().
File
- user_relationships_api/
tests/ user_relationships_api.socnet.test, line 18 - Social networking hook API testcase @author Alex Karshakevich http://drupal.org/user/183217
Class
- UserRelationshipsApiSocnetTestCase
- @file Social networking hook API testcase @author Alex Karshakevich http://drupal.org/user/183217
Code
function getInfo() {
return array(
'name' => t('Socnet hooks implementation'),
'description' => t('Checks that hooks of http://drupal.org/project/drupal_universal_relation_api are implemented.'),
'group' => t('User Relationships'),
);
}