You are here

public static function MediaFileFieldRevisionTestCase::getInfo in D7 Media 7.4

Same name and namespace in other branches
  1. 7.2 tests/media.test \MediaFileFieldRevisionTestCase::getInfo()
  2. 7.3 tests/media.test \MediaFileFieldRevisionTestCase::getInfo()

File

tests/media.test, line 1030
Tests for media.module.

Class

MediaFileFieldRevisionTestCase
Tests file handling with node revisions.

Code

public static function getInfo() {
  return array(
    'name' => 'Media file field revision test',
    'description' => 'Test creating and deleting revisions with files attached.',
    'group' => 'Media',
  );
}