You are here

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

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

File

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

Class

FileEntityReplaceTestCase
Tests replacing the file associated with a file entity.

Code

public static function getInfo() {
  return array(
    'name' => 'File replacement',
    'description' => 'Test file replace functionality.',
    'group' => 'File entity',
  );
}