We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf481fd commit b4b1fbaCopy full SHA for b4b1fba
tests/Functional/RepeatTest.php
@@ -46,7 +46,7 @@ public function testNegativeRepeatedTimes(): void
46
{
47
$this->expectException(InvalidArgumentException::class);
48
$this->expectExceptionMessage(
49
- 'Functional\{closure}() expects parameter 1 to be positive integer, negative integer given'
+ '{closure:Functional\repeat():26}() expects parameter 1 to be positive integer, negative integer given'
50
);
51
52
repeat([$this->repeated, 'foo'])(-1);
0 commit comments