You are here

public static function ViewsGlossaryTestCase::getInfo in Views (for Drupal 7) 7.3

File

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

Class

ViewsGlossaryTestCase
Tests the glossary feature.

Code

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