You are here

public static function FileTaxonomyTermTestCase::getInfo in Drupal 7

File

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',
  );
}