You are here

public static function FillPdfNodeTestCase::getInfo in FillPDF 7

File

tests/FillPdfNodeTestCase.test, line 21

Class

FillPdfNodeTestCase
Tests parsing links for nodes.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return array(
    'name' => 'FillPDF link creation for nodes',
    'description' => 'Ensure that FillPDF creates correct links for nodes.',
    'group' => 'FillPDF',
  );
}