Skip to content

Commit

Permalink
Remove calls to onConsecutiveCalls()
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Apr 30, 2024
1 parent 52a2e98 commit c19afb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Translation/TranslatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ protected function getLoader()
$loader
->expects($this->exactly(7))
->method('load')
->willReturnOnConsecutiveCalls(
->willReturn(
$this->getCatalogue('fr', [
'foo' => 'foo (FR)',
]),
Expand Down

0 comments on commit c19afb1

Please sign in to comment.