コード例 #1
0
 protected function tearDown()
 {
     foreach ($this->locations as $location) {
         $this->client->execute(new DeleteValue($location));
     }
     parent::tearDown();
 }
コード例 #2
0
ファイル: RiakLinkTest.php プロジェクト: php-riak/riak-client
 protected function tearDown()
 {
     if ($this->client) {
         $this->client->execute(DeleteValue::builder($this->location)->build());
     }
     parent::tearDown();
 }