Skip to content

Commit dd25fb3

Browse files
committed
Merge branch 'MAUT-12640v2' into development
2 parents fee319e + 3c266be commit dd25fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/Helper/LockFlashMessageHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function testAddFlash(): void
7676
$checkedOut
7777
->method('format')
7878
->withConsecutive([$dateFormat1], [$dateFormat2], [$dateFormat3])
79-
->willReturnOnConsecutiveCalls(1, 2, 3);
79+
->willReturnOnConsecutiveCalls('1', '2', '3');
8080

8181
$flashBag->expects($this->once())
8282
->method('add')

0 commit comments

Comments
 (0)