function ShoutboxUserAccessTest::get_info in Shoutbox 6
Same name and namespace in other branches
- 5 tests/shoutbox_user_access.test \ShoutboxUserAccessTest::get_info()
File
- tests/
shoutbox_user_access.test, line 35 - shoutbox unit test for shoutbox_user_access and shoutbox_is_user_owned
Class
- ShoutboxUserAccessTest
- @file shoutbox unit test for shoutbox_user_access and shoutbox_is_user_owned
Code
function get_info() {
return array(
'name' => t('User access'),
'desc' => t('Test the user permissions of the shoutbox module.'),
'group' => t('Shoutbox Tests'),
);
}