You are here

public static function ShoutboxViewTestCase::getInfo in Shoutbox 7

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

File

./shoutbox.test, line 117
Shoutbox testing.

Class

ShoutboxViewTestCase

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',
  );
}