server/src/tests/Libraries/Handle/HandleClientIntegrationTest.php
changeset 405 f239c8c5bb94
parent 153 338bcc78d431
child 552 2c579ea45608
equal deleted inserted replaced
404:0a5eef6ad2fe 405:f239c8c5bb94
    99     public function tearDown() {
    99     public function tearDown() {
   100         foreach($this->filesToDelete as $ftd) {
   100         foreach($this->filesToDelete as $ftd) {
   101             unlink($ftd);
   101             unlink($ftd);
   102         }
   102         }
   103 
   103 
   104         //$this->httpClient->delete("repositories/$this->sesameRepository");
   104         //$this->httpClient->delete("repositories/$this->rdf4jRepository");
   105         parent::tearDown();
   105         parent::tearDown();
   106     }
   106     }
   107 
   107 
   108 
   108 
   109     /**
   109     /**