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