Exemple #1
0
 protected function tearDown()
 {
     parent::tearDown();
     foreach ($this->categoryNamesToDelete as $categoryName) {
         $this->client->mc_project_delete_category($this->userName, $this->password, $this->getProjectId(), $categoryName);
     }
 }
Exemple #2
0
 protected function tearDown()
 {
     parent::tearDown();
     foreach ($this->projectIdToDelete as $projectId) {
         $this->client->mc_project_delete($this->userName, $this->password, $projectId);
     }
 }
Exemple #3
0
 protected function tearDown()
 {
     SoapBase::tearDown();
     foreach ($this->projectAttachmentsToDelete as $projectAttachmentId) {
         $this->client->mc_project_attachment_delete($this->userName, $this->password, $projectAttachmentId);
     }
 }