You are here

public static function KalturaUploadTestCase::getInfo in Kaltura 7.2

Same name and namespace in other branches
  1. 7.3 tests/kaltura_notification.test \KalturaUploadTestCase::getInfo()

File

tests/kaltura_notification.test, line 9

Class

KalturaUploadTestCase
Ensure that adding partner info works properly.

Code

public static function getInfo() {
  return array(
    'name' => 'Notifications tests',
    'description' => 'Check the notifications received from kaltura',
    'group' => 'Kaltura',
  );
}