You are here

public static function MediaBrowserMyFilesTestCase::getInfo in D7 Media 7.2

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

File

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

Class

MediaBrowserMyFilesTestCase
Tests the media browser 'My files' tab.

Code

public static function getInfo() {
  return array(
    'name' => 'Media browser my files test',
    'description' => 'Tests the media browser my files tab.',
    'group' => 'Media',
  );
}