public static function FileTaxonomyTermTestCase::getInfo

File

drupal/modules/file/tests/file.test, line 253
Tests for file.module.

Class

FileTaxonomyTermTestCase
Tests adding a file to a non-node entity.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term file test',
    'description' => 'Tests adding a file to a non-node entity.',
    'group' => 'File',
  );
}