server/src/tests/Repositories/DocumentRepositoryTest.php
changeset 28 b0b56e0f8c7f
parent 26 72f51a9386ff
child 111 af85c436048f
equal deleted inserted replaced
27:a2342f26c9de 28:b0b56e0f8c7f
    82         $this->corpusDocIdBaseUri = config('corpusparole.corpus_doc_id_base_uri');
    82         $this->corpusDocIdBaseUri = config('corpusparole.corpus_doc_id_base_uri');
    83     }
    83     }
    84 
    84 
    85     public function tearDown() {
    85     public function tearDown() {
    86         parent::tearDown();
    86         parent::tearDown();
       
    87         m::close();
    87     }
    88     }
    88 
    89 
    89 
    90 
    90     public function testAll() {
    91     public function testAll() {
    91         $expectedId = $this->corpusDocIdBaseUri.'crdo-ALA_738';
    92         $expectedId = $this->corpusDocIdBaseUri.'crdo-ALA_738';