public static function KalturaUploadTestCase::getInfo in Kaltura 7.3
Same name and namespace in other branches
- 7.2 tests/kaltura_notification.test \KalturaUploadTestCase::getInfo()
File
- tests/
kaltura_notification.test, line 13 - Tests functionality for notifications.
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',
);
}