Esempio n. 1
0
 protected function tearDown()
 {
     foreach ($this->locations as $location) {
         $this->client->execute(new DeleteValue($location));
     }
     parent::tearDown();
 }
Esempio n. 2
0
 protected function tearDown()
 {
     if ($this->client) {
         $this->client->execute(DeleteValue::builder($this->location)->build());
     }
     parent::tearDown();
 }