public static function PDFToImageTest::getInfo in PDF to ImageField 7.3
File
- tests/
pdf_to_image.test, line 25 - Test the file attachment and process.
Class
- PDFToImageTest
- Test attaching a PDF.
Code
public static function getInfo() {
return array(
'name' => t('PDF to Image'),
'description' => t('Test attaching a PDF and processing the image.'),
'group' => t('PDF to Image'),
// Need features to build the demo content type.
'dependencies' => array(
'pdf_to_image',
'features',
),
);
}