You are here

public static function ShoutboxViewTestCase::getInfo in Shoutbox 7.2

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

File

./shoutbox.test, line 105
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',
  );
}