Пример #1
0
 protected function prepareTestSession()
 {
     $this->job_id = parent::prepareTestSession();
     if ($this->build) {
         SauceTestCommon::ReportBuild($this->job_id, $this->build);
     }
     $this->postSessionSetUp();
     return $this->job_id;
 }