function UserAccessTest::get_info in SimpleTest 5
Same name and namespace in other branches
- 6 tests/user_module.test \UserAccessTest::get_info()
File
- tests/
user_access.test, line 5
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',
);
}