public static function ScaldYouTubeTestCase::getInfo in Scald YouTube 7
File
- ./
scald_youtube.test, line 16 - Tests for scald_youtube.module.
Class
- ScaldYouTubeTestCase
- Test the Scald YouTube functionality.
Code
public static function getInfo() {
return array(
'name' => 'Scald YouTube',
'description' => 'Test the Scald YouTube functionality.',
'group' => 'Scald',
);
}