hotline #109494 : dilicom : do not update counters on cancelled orders
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
549 * @see http://forge.afi-sa.fr/issues/109494 550 */ 551 public function withLoanStatusCancelledShouldNotUpdateCounters() { 552 Class_Album_Item::find(1) 553 ->setLoanCount(0) 554 ->setQuantity(0) 555 ->assertSave(); 556 557 $this->_http 558 ->whenCalled('open_url') 559 ->answers(DilicomFixtures::getLoanStatusCancelledResponse('x321')); 560 561 $this->_helper->renderAlbum($this->book); 562 563 $this->assertEquals(0, Class_Album_Item::find(1)->getQuantity()); 564 $this->assertEquals(0, Class_Album_Item::find(1)->getLoanCount()); changed this line in version 2 of the diff
added 1 commit
- 4abd12fb - hotline #109494 : dilicom : do not update counters on cancelled orders
enabled an automatic merge when the pipeline for 4abd12fb succeeds
mentioned in commit 5e42aed8