public static function OembedEndpointTestCase::getInfo in oEmbed 7.0
Same name and namespace in other branches
- 8 modules/oembedprovider/oembedprovider.test \OembedEndpointTestCase::getInfo()
- 7 modules/oembedprovider/oembedprovider.test \OembedEndpointTestCase::getInfo()
File
- oembedprovider/
oembedprovider.test, line 66
Class
Code
public static function getInfo() {
return array(
'name' => 'oEmbed endpoint',
'description' => 'Tests oEmbed endpoint.',
'group' => 'oEmbed',
);
}