public static function MediaOembedTestCase::getInfo in oEmbed 7.0
File
- ./
oembed.test, line 251 - Tests for oembed.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Media oEmbed',
'description' => 'Tests oEmbed + Media WYSIWYG integration.',
'group' => 'oEmbed',
);
}