public static function TranscoderAbstractionFactoryFfmpegTestCase::getInfo in Video 7.2
File
- tests/
TranscoderAbstractionFactoryFfmpeg.test, line 8 - Tests for the TranscoderAbstractionFactoryFfmpeg class
Class
- TranscoderAbstractionFactoryFfmpegTestCase
- @file Tests for the TranscoderAbstractionFactoryFfmpeg class
Code
public static function getInfo() {
return array(
'name' => 'Video FFmpeg tests',
'description' => 'Tests for the TranscoderAbstractionFactoryFfmpeg class',
'group' => 'Video',
);
}