public static function WorkbenchAccessRoleTestCase::getInfo in Workbench Access 7
File
- tests/
workbench_access.test, line 997 - Test file for Workbench Access.
Class
Code
public static function getInfo() {
return array(
'name' => 'Workbench access role',
'description' => 'Test Taxonomy access control rules applied by role.',
'group' => 'Workbench Access',
);
}