You are here

public static function OgUiSubscribeTestCase::getInfo in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og_ui/og_ui.test \OgUiSubscribeTestCase::getInfo()

File

og_ui/og_ui.test, line 150

Class

OgUiSubscribeTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'OG UI subscribe',
    'description' => 'Verify the subscribe and unsubsribe functionality.',
    'group' => 'Organic groups UI',
  );
}