public static function VideoFieldTestCase::getInfo in Video 7.2
File
- tests/
VideoField.test, line 15 - Tests for the the Video field type
Class
- VideoFieldTestCase
- Tests for the the Video field type
Code
public static function getInfo() {
return array(
'name' => 'Video Field tests',
'description' => 'Tests for the the Video field type',
'group' => 'Video',
);
}