You are here

public static function FillPdfEntityTestCase::getInfo in FillPDF 7

File

tests/FillPdfEntityTestCase.test, line 22

Class

FillPdfEntityTestCase
Tests parsing links for entities.

Code

public static function getInfo() {

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