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