You are here

public static function FillPdfWebformTestCase::getInfo in FillPDF 7

File

tests/FillPdfWebformTestCase.test, line 21

Class

FillPdfWebformTestCase
Tests parsing links.

Code

public static function getInfo() {

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