function ViewsGlossaryTestCase::getInfo
File
-
tests/
views_glossary.test, line 16
Class
- ViewsGlossaryTestCase
- Tests the glossary feature.
Code
public static function getInfo() {
return array(
'name' => 'Glossary Test',
'description' => 'Tests glossary functionality of views.',
'group' => 'Views',
);
}