public static function MediaBrowserSettingsTestCase::getInfo in D7 Media 7.3
Same name and namespace in other branches
- 7.4 tests/media.test \MediaBrowserSettingsTestCase::getInfo()
- 7.2 tests/media.test \MediaBrowserSettingsTestCase::getInfo()
File
- tests/
media.test, line 659 - Tests for media.module.
Class
- MediaBrowserSettingsTestCase
- Tests the media browser settings.
Code
public static function getInfo() {
return array(
'name' => 'Media browser settings test',
'description' => 'Tests the media browser settings.',
'group' => 'Media',
);
}