You are here

public static function PHPVideoToolkitTestCase::getInfo in Video 7.2

File

tests/PHPVideoToolkit.test, line 11
Tests for the PHPVideoToolkit class

Class

PHPVideoToolkitTestCase
Tests for PHPVideoToolkit

Code

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