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