You are here

public static function MediaBrowserLibraryTestCase::getInfo in D7 Media 7.3

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

File

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

Class

MediaBrowserLibraryTestCase
Tests the media browser 'Library' tab.

Code

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