public static function OgContextTestCase::getInfo in Organic groups 7.2
File
- og_context/
og_context.test, line 13 - Test organic groups context module.
Class
- OgContextTestCase
- Test OG access.
Code
public static function getInfo() {
return array(
'name' => 'OG context',
'description' => 'Check if context is returning only if user has right permissions.',
'group' => 'Organic groups context',
);
}