public static function OgGroupApi::getInfo in Organic groups 7
File
- ./
og.test, line 9
Class
- OgGroupApi
- Test the Organic groups API and CRUD handling.
Code
public static function getInfo() {
return array(
'name' => 'Organic groups API and CRUD',
'description' => 'Test the create, update and remove of group entities and API functions.',
'group' => 'Organic groups',
);
}