You are here

public static function OgVocabMenuAccessTestCase::getInfo in OG Vocabulary 7

File

./og_vocab.test, line 10
Test organic groups vocabulary module.

Class

OgVocabMenuAccessTestCase
@file Test organic groups vocabulary module.

Code

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