Exemple #1
0
 public static function run()
 {
     $test = new TestMain();
     $test->listActions();
     $test->multiRequest();
     $test->add();
     echo "\nFinished running client library tests\n";
 }
Exemple #2
0
 public static function run()
 {
     if (!KalturaTestConfiguration::SECRET) {
         throw new Exception("Please fill the partner credentials in KalturaTestConfiguration class");
     }
     $test = new TestMain();
     $test->listActions();
     $test->multiRequest();
     $test->add();
     echo "\nSample code finished successfully.";
 }