public static function ShoutboxViewTestCase::getInfo in Shoutbox 7
Same name and namespace in other branches
- 7.2 shoutbox.test \ShoutboxViewTestCase::getInfo()
File
- ./
shoutbox.test, line 117 - Shoutbox testing.
Class
Code
public static function getInfo() {
return array(
'name' => 'Shoutbox View',
'description' => 'Ensure that shoutbox block shows up and has a form for posting shouts.',
'group' => 'Shoutbox',
);
}