You are here

public static function BiblioCiteProcTestCase::getInfo in Bibliography Module 7.3

File

tests/CiteProc.test, line 15

Class

BiblioCiteProcTestCase
Test Render of CiteProc style plugin.

Code

public static function getInfo() {
  return array(
    'name' => 'CiteProc Render',
    'description' => 'Test rendering of CiteProc.',
    'group' => 'Biblio',
  );
}