public static function MediaEntityTest::getInfo in D7 Media 7
File
- test/
media.entity.test, line 13 - Tests for media entity controllers.
Class
- MediaEntityTest
- Test media type creation and management.
Code
public static function getInfo() {
return array(
'name' => 'Media entity',
'description' => 'Tests media entity handling',
'group' => 'Media',
'dependencies' => array(
'ctools',
),
);
}