Dev#86039 pairing contractuel bdp89 specs pret malle
Merge request reports
Activity
Filter activity
217 217 'champ_genre' => $this->_('genre'), 218 218 'champ_emplacement' => $this->_('emplacement'), 219 219 'champ_annexe' => $this->_('annexe'), 220 'champ_availability' => $this->_('disponilité')]; 220 'champ_availability' => $this->_('disponilité'), 476 ->will($this->returnValue(['statut' => 1, 477 'erreur' => ''])); 478 479 $this->assertEquals(['statut' => 1, 480 'erreur' => ''], 481 $this->comm_sigb->reserverExemplaire(5, 482 '123', 483 'ABC', 484 '2019-12-01', 485 '2020-02-08')); 486 487 } 488 489 490 /** @test */ 491 public function holdsForItemShouldCallHolsForItemOnKohaService() {