You are here

public static function VideoUtilityTestCase::getInfo in Video 7.2

File

tests/VideoUtility.test, line 11
Tests for the video_utility class

Class

VideoUtilityTestCase
Tests for video_utility

Code

public static function getInfo() {
  return array(
    'name' => 'Video Utility tests',
    'description' => 'Tests for the video_utility class',
    'group' => 'Video',
  );
}