public static function MediaBrowserLibraryTestCase::getInfo in D7 Media 7.2
Same name and namespace in other branches
- 7.4 tests/media.test \MediaBrowserLibraryTestCase::getInfo()
- 7.3 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',
);
}