You are here

public static function FileEntityTokenTestCase::getInfo in File Entity (fieldable files) 7.3

Same name and namespace in other branches
  1. 7 tests/file_entity.test \FileEntityTokenTestCase::getInfo()
  2. 7.2 file_entity.test \FileEntityTokenTestCase::getInfo()

File

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

Class

FileEntityTokenTestCase
Tests file entity tokens.

Code

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