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