public static function FillPdfAdminTestCase::getInfo in FillPDF 7.2
File
- tests/
fillpdf.test, line 15 - fillpdf.test Contains tests for the module.
Class
- FillPdfAdminTestCase
- 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 administration',
'description' => 'Ensure that FillPDF administration functions are
present and work.',
'group' => 'FillPDF',
);
}