Skip to content

Commit

Permalink
Order of autoDeclare feature and safe mode check is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Bakulin committed Nov 13, 2017
1 parent ec618de commit e65ec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/ProducerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testPublish()
->method('channel')
->willReturn($channel);
$routing = $this->createMock(Routing::class);
$routing->expects($this->once())
$routing->expects($this->exactly(2))
->method('declareAll');
$routing->expects($this->exactly(2))
->method('isExchangeExists')
Expand Down

0 comments on commit e65ec88

Please sign in to comment.