You are here

public static function ShoutboxDeleteTestCase::getInfo in Shoutbox 7.2

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

File

./shoutbox.test, line 263
Shoutbox testing.

Class

ShoutboxDeleteTestCase

Code

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