You are here

public static function OembedEndpointTestCase::getInfo in oEmbed 7

Same name and namespace in other branches
  1. 8 modules/oembedprovider/oembedprovider.test \OembedEndpointTestCase::getInfo()
  2. 7.0 oembedprovider/oembedprovider.test \OembedEndpointTestCase::getInfo()

File

modules/oembedprovider/oembedprovider.test, line 66

Class

OembedEndpointTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'oEmbed endpoint',
    'description' => 'Tests oEmbed endpoint.',
    'group' => 'oEmbed',
  );
}