You are here

public static function PDFToImageFilefieldPathsTest::getInfo in PDF to ImageField 7.3

File

tests/pdf_to_image.test, line 204
Test the file attachment and process.

Class

PDFToImageFilefieldPathsTest
Test attaching a PDF using filefield_paths patterns.

Code

public static function getInfo() {
  return array(
    'name' => t('PDF to Image + Filefield Paths'),
    'description' => t('Test attaching a PDF and storing images with tokenized paths.'),
    'group' => t('PDF to Image'),
    'dependencies' => array(
      'pdf_to_image',
      'features',
      'filefield_paths',
    ),
  );
}