server/src/tests/Repositories/DocumentRepositoryIntegrationTest.php
changeset 109 d22ed5792f8e
parent 28 b0b56e0f8c7f
child 111 af85c436048f
equal deleted inserted replaced
108:be2d3b30b2e0 109:d22ed5792f8e
   122             'query' => ['context' => '<http://purl.org/poi/corpusdelaparole.huma-num.fr/crdo-ALA_738>'],
   122             'query' => ['context' => '<http://purl.org/poi/corpusdelaparole.huma-num.fr/crdo-ALA_738>'],
   123         ]);
   123         ]);
   124     }
   124     }
   125 
   125 
   126     public function tearDown() {
   126     public function tearDown() {
   127         $this->httpClient->delete("repositories/$this->sesameRepository");
   127         //$this->httpClient->delete("repositories/$this->sesameRepository");
   128         parent::tearDown();
   128         parent::tearDown();
   129     }
   129     }
   130 
   130 
   131     public function testAll() {
   131     public function testAll() {
   132         $expectedId = $this->corpusDocIdBaseUri.'crdo-ALA_738';
   132         $expectedId = $this->corpusDocIdBaseUri.'crdo-ALA_738';