public static function FillPdfTestCase::getInfo in FillPDF 7
File
- tests/
FillPdfTestCase.test, line 15
Class
- FillPdfTestCase
- Tests the PDF handling functions of the API (a.k.a. the whole API).
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'FillPDF general',
'description' => 'Ensure that FillPDF administration functions are present and work.',
'group' => 'FillPDF',
);
}