public static function FormatFormViewModesTest::getInfo in D7 Media 7.3
Same name and namespace in other branches
- 7.4 modules/media_wysiwyg/media_wysiwyg.test \FormatFormViewModesTest::getInfo()
- 7.2 modules/media_wysiwyg/media_wysiwyg.test \FormatFormViewModesTest::getInfo()
File
- modules/
media_wysiwyg/ media_wysiwyg.test, line 122 - Tests for media.module.
Class
- FormatFormViewModesTest
- Test configuring view modes available on the format form.
Code
public static function getInfo() {
return array(
'name' => 'Format Form WYSIWYG View Modes',
'description' => 'Test configuring view modes available on the format form.',
'group' => 'Media WYSIWYG',
);
}