public static function ShoutboxModerateTestCase::getInfo in Shoutbox 7
Same name and namespace in other branches
- 7.2 shoutbox.test \ShoutboxModerateTestCase::getInfo()
File
- ./
shoutbox.test, line 336 - Shoutbox testing.
Class
Code
public static function getInfo() {
return array(
'name' => 'Shoutbox moderate',
'description' => 'Ensure that moderation works and proper access control is handled',
'group' => 'Shoutbox',
);
}