You are here

public static function OgVocabTestCase::getInfo in OG Vocabulary 6

File

./og_vocab.test, line 13

Class

OgVocabTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('OG vocab access'),
    'description' => t('Check access to vocabulary.'),
    'group' => t('Organic groups vocabulary'),
  );
}