public static function AutoassignroleContentProfileTestCase::getInfo in Auto Assign Role 6
Same name and namespace in other branches
- 6.2 tests/autoassignrole.test \AutoassignroleContentProfileTestCase::getInfo()
File
- tests/
autoassignrole.test, line 521 - Autoassignrole functionality tests.
Class
Code
public static function getInfo() {
return array(
'name' => t('Content Profile Integration'),
'description' => t('Verify integration between AAR and Content Profile functions as expected.'),
'group' => t('Autoassignrole'),
);
}