You are here

public static function KalturaExistingPartnerTestCase::getInfo in Kaltura 7.3

Same name and namespace in other branches
  1. 7.2 tests/kaltura_exsiting_partner.test \KalturaExistingPartnerTestCase::getInfo()

File

tests/kaltura_exsiting_partner.test, line 13
Tests functionality for existing partners.

Class

KalturaExistingPartnerTestCase
Ensure that the convertion works properly.

Code

public static function getInfo() {
  return array(
    'name' => 'Existing Partner',
    'description' => 'Add existing partner info',
    'group' => 'Kaltura',
  );
}