You are here

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

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

File

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

Class

FileEntityEditTestCase
Tests editing existing file entities.

Code

public static function getInfo() {
  return array(
    'name' => 'File entity edit',
    'description' => 'Create a file and test file edit functionality.',
    'group' => 'File entity',
  );
}