public static function BiblioImportPreventDuplicateTestCase::getInfo in Bibliography Module 7.3
File
- tests/
ImportPreventDuplicates.test, line 8
Class
- BiblioImportPreventDuplicateTestCase
- Test preventing duplication on import.
Code
public static function getInfo() {
return array(
'name' => 'Prevent duplication',
'description' => 'Test preventing duplication on import.',
'group' => 'Biblio',
);
}