You are here

public static function MediaElementSettingsTestCase::getInfo in D7 Media 7.2

Same name and namespace in other branches
  1. 7.4 tests/media.test \MediaElementSettingsTestCase::getInfo()
  2. 7.3 tests/media.test \MediaElementSettingsTestCase::getInfo()

File

tests/media.test, line 873
Tests for media.module.

Class

MediaElementSettingsTestCase
Tests the 'media' element type settings.

Code

public static function getInfo() {
  return array(
    'name' => 'Media element settings test',
    'description' => 'Tests the media element type JavaScript settings.',
    'group' => 'Media',
  );
}