public static function BiblioKeywordWebTestCase::getInfo in Bibliography Module 7
File
- tests/
BiblioKeywordWebTestCase.test, line 11
Class
- BiblioKeywordWebTestCase
- Biblio keyword web tests.
Code
public static function getInfo() {
return array(
'name' => 'Biblio keyword web tests',
'description' => 'Web tests for keyword functions.',
'group' => 'Biblio',
);
}