You are here

public static function BiblioKeywordUnitTest::getInfo in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 tests/keyword.test \BiblioKeywordUnitTest::getInfo()

File

tests/keyword.test, line 36
Tests for keyword functions.

Class

BiblioKeywordUnitTest
Unit tests for keyword functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Biblio keyword unit tests',
    'description' => 'Unit tests for keyword functions.',
    'group' => 'Biblio',
  );
}