[RTKO] dev#221102 : BDP : loans order now works on Orphee
2 unresolved threads
Merge request reports
Activity
Filter activity
added 1 commit
- 36aa9cdb - dev#221102 : BDP : loans order now works on Orphee
added 1 commit
- eadb31fe - dev#221102 : BDP : loans order now works on Orphee
added Ariege label
144 145 /** @test */ 146 public function whenCalledWithoutOrderSetTriShouldBeCalledThreeTimesWithOrder42() 147 { 148 $this->dispatch('opac/abonne/ajax-loans/id/143/order/'); 149 $this->assertEquals($this->_search_client->methodCallCount('SetTri'), 150 3); 151 } 152 153 /** @test */ 154 public function whenCalledWithoutOrderSetTriShouldNotBeCalledsWithOrderEmpty2() 155 { 156 $this->dispatch('opac/abonne/ajax-loans/id/143/order/'); 157 $this->assertFalse($this->_search_client->methodHasBeenCalledWithParams('SetTri',[SetTri::withTypeTriAndOrdre(0, 2)])); 158 } 159 } requested review from @gloas
added 1 commit
- 1e87951b - dev#221102 : build SOAP test with HttpClientFactory