示例#1
0
 public function setUp()
 {
     $this->apiClient = \DynTest\TestBootstrap::getTestTMApiClient();
     $this->zone = new Zone($this->apiClient);
     $this->zone->setName('example.com');
 }
 public function setUp()
 {
     $this->tm = new TrafficManagement('testcustomer', 'testusername', 'testpassword');
     $this->tm->setApiClient(TestBootstrap::getTestTMApiClient());
 }