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