You are here

public static function BiblioContributorTestCase::getInfo in Bibliography Module 7.3

File

tests/Contributor.test, line 8

Class

BiblioContributorTestCase
Test Biblio Contributors.

Code

public static function getInfo() {
  return array(
    'name' => 'Contributors name',
    'description' => 'Test parsing different formats of contributor names and preventing duplications.',
    'group' => 'Biblio',
  );
}