Skip to content

Commit 9e62703

Browse files
minor #54768 Remove calls to onConsecutiveCalls() (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- Remove calls to `onConsecutiveCalls()` | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT cc `@OskarStark` as we did a lot of stuff on tests migration last year Commits ------- 4118849d86 Remove calls to `onConsecutiveCalls()`
2 parents 65640a7 + c19afb1 commit 9e62703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Translation/TranslatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ protected function getLoader()
271271
$loader
272272
->expects($this->exactly(7))
273273
->method('load')
274-
->willReturnOnConsecutiveCalls(
274+
->willReturn(
275275
$this->getCatalogue('fr', [
276276
'foo' => 'foo (FR)',
277277
]),

0 commit comments

Comments
 (0)