Пример #1
0
 protected function tearDown()
 {
     $this->customers->deleteCustomer($this->customerId);
     $this->coupons->deleteCoupon($this->couponId);
     $this->plans->deletePlan($this->planId);
     parent::tearDown();
 }
Пример #2
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->client->delete('accounts/' . $this->request->getId());
 }
Пример #3
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->customers->deleteCustomer($this->customerId);
 }
 protected function tearDown()
 {
     parent::tearDown();
     $this->client->request('DELETE', 'customers/' . $this->customerId);
     $this->plans->deletePlan($this->planId);
 }