public static function FileFieldPathsUploadTestCase::getInfo in File (Field) Paths 6
Same name and namespace in other branches
- 6.2 tests/filefield_paths.test \FileFieldPathsUploadTestCase::getInfo()
Implementation of getInfo().
File
- tests/filefield_paths.test, line 325 
- This file implements tests for FileField Paths.
Class
- FileFieldPathsUploadTestCase
- Tests Drupal core Upload module integration.
Code
public static function getInfo() {
  return array(
    'name' => t('Upload integration'),
    'description' => t('Test FileField Paths integration with the Upload module.'),
    'group' => t('FileField Paths'),
  );
}