You are here

public static function OgVocabApiTestCase::getInfo in OG Vocabulary 7

File

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

Class

OgVocabApiTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'OG vocabulary API',
    'description' => 'Check various API functions.',
    'group' => 'Organic groups vocabulary',
  );
}