public static function VideoSchedulingTestCase::getInfo in Video 7.2
File
- tests/
VideoScheduling.test, line 11 - Tests for the PHPVideoToolkit class
Class
- VideoSchedulingTestCase
- Tests for the Video module scheduling options
Code
public static function getInfo() {
return array(
'name' => 'Video module scheduling tests',
'description' => 'Tests for the Video module scheduling options',
'group' => 'Video',
);
}