You are here

public static function FileEntityUploadWizardTestCase::getInfo in File Entity (fieldable files) 7.2

Same name and namespace in other branches
  1. 7.3 file_entity.test \FileEntityUploadWizardTestCase::getInfo()

File

./file_entity.test, line 420
Test integration for the file_entity module.

Class

FileEntityUploadWizardTestCase
Tests creating new file entities through the file upload wizard.

Code

public static function getInfo() {
  return array(
    'name' => 'File entity upload wizard',
    'description' => 'Upload a file using the multi-step wizard.',
    'group' => 'File entity',
    'dependencies' => array(
      'token',
    ),
  );
}