public static function ViewsGlossaryTestCase::getInfo

3.x views_glossary.test public static ViewsGlossaryTestCase::getInfo()

File

tests/views_glossary.test, line 12
Definition of ViewsGlossaryTestCase.

Class

ViewsGlossaryTestCase
Tests glossary view ( summary of arguments ).

Code

public static function getInfo() {
  return array(
    'name' => 'Glossary Test',
    'description' => 'Tests glossary functionality of views.',
    'group' => 'Views',
  );
}