public static function OembedFileEntityTestCase::getInfo in oEmbed 7.0
Same name and namespace in other branches
- 8 oembed.test \OembedFileEntityTestCase::getInfo()
- 7 oembed.test \OembedFileEntityTestCase::getInfo()
File
- ./
oembed.test, line 150 - Tests for oembed.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'File entity oEmbed',
'description' => 'Tests oEmbed + File entity integration.',
'group' => 'oEmbed',
);
}