You are here

public static function ShoutboxModerateTestCase::getInfo in Shoutbox 7.2

Same name and namespace in other branches
  1. 7 shoutbox.test \ShoutboxModerateTestCase::getInfo()

File

./shoutbox.test, line 318
Shoutbox testing.

Class

ShoutboxModerateTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Shoutbox moderate',
    'description' => 'Ensure that moderation works and proper access control is handled',
    'group' => 'Shoutbox',
  );
}