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