function UserAccessTest::get_info in SimpleTest 6
Same name and namespace in other branches
- 5 tests/user_access.test \UserAccessTest::get_info()
File
- tests/
user_module.test, line 159
Class
Code
function get_info() {
return array(
'name' => t('User access rules'),
'desc' => t('Assure that negative and positive access rules behave as designed.'),
'group' => 'User tests',
);
}