You are here

public static function MediaOembedTestCase::getInfo in oEmbed 7.0

File

./oembed.test, line 251
Tests for oembed.module.

Class

MediaOembedTestCase

Code

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