public static function MediaElementTestCase::getInfo in D7 Media 7.2
Same name and namespace in other branches
- 7.4 tests/media.test \MediaElementTestCase::getInfo()
- 7.3 tests/media.test \MediaElementTestCase::getInfo()
File
- tests/
media.test, line 255 - Tests for media.module.
Class
- MediaElementTestCase
- Tests the 'media' element type.
Code
public static function getInfo() {
return array(
'name' => 'Media element test',
'description' => 'Tests the media element type.',
'group' => 'Media',
);
}