You are here

public static function BiblioContributorWebTestCase::getInfo in Bibliography Module 7

File

tests/BiblioContributorWebTestCase.test, line 11

Class

BiblioContributorWebTestCase
Web tests for contributor functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Biblio contributor web tests',
    'description' => 'Web tests for contributor functions.',
    'group' => 'Biblio',
  );
}