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