コード例 #1
0
 protected function tearDown()
 {
     parent::tearDown();
     if ($this->propertiesChanged) {
         $this->restProxy->setServiceProperties($this->defaultProperties);
     }
 }
 protected function tearDown()
 {
     parent::tearDown();
     foreach ($this->createdStorageServices as $value) {
         $this->safeDeleteStorageService($value);
     }
     foreach ($this->createdAffinityGroups as $value) {
         $this->safeDeleteAffinityGroup($value);
     }
     foreach ($this->createdDeployments as $value) {
         $this->safeDeleteDeployment($value, $this->defaultSlot);
         $this->safeDeleteHostedService($value);
     }
     foreach ($this->createdHostedServices as $value) {
         $this->safeDeleteHostedService($value);
     }
 }
コード例 #3
0
 protected function tearDown()
 {
     parent::tearDown();
     foreach ($this->createdStorageServices as $value) {
         $this->safeDeleteStorageService($value);
     }
     foreach ($this->createdAffinityGroups as $value) {
         $this->safeDeleteAffinityGroup($value);
     }
 }