You are here

public static function FillPdfMergeTestCase::getInfo in FillPDF 7

File

tests/FillPdfMergeTestCase.test, line 17

Class

FillPdfMergeTestCase
Tests that PDF population and token replacement works.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return array(
    'name' => 'FillPDF merging',
    'description' => 'Ensure that token and image replacement work.',
    'group' => 'FillPDF',
  );
}