Skip to content

Commit c19afb1

Browse files
Remove calls to onConsecutiveCalls()
1 parent 52a2e98 commit c19afb1

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)