public static function BiblioBibtexTestCase::getInfo in Bibliography Module 7.3
File
- tests/
BibTex.test, line 8
Class
- BiblioBibtexTestCase
- Test BibTeX style plugin.
Code
public static function getInfo() {
return array(
'name' => 'BibTex',
'description' => 'Test Import and render of BibTex style plugin.',
'group' => 'Biblio',
);
}