You are here

public static function MediaTypeTest::getInfo in D7 Media 7

File

test/media.types.test, line 13
Tests for media types.

Class

MediaTypeTest
Test media type creation and management.

Code

public static function getInfo() {
  return array(
    'name' => 'Media types',
    'description' => 'Tests media types',
    'group' => 'Media',
    'dependencies' => array(
      'ctools',
    ),
  );
}