function ShoutboxUserAccessTest::get_info in Shoutbox 5
Same name and namespace in other branches
- 6 tests/shoutbox_user_access.test \ShoutboxUserAccessTest::get_info()
File
- tests/
shoutbox_user_access.test, line 40 - 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('Verify that the correct user access blah'),
'group' => t('Shoutbox Tests'),
);
}