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 0778203 commit f229016Copy full SHA for f229016
test/Util/Stream/IntStreamTest.php
@@ -16,6 +16,6 @@ public function testIntStream_mapToString(): void
16
{
17
$int = IntStream::of([23, 34]);
18
19
- $this->assertEquals(['23', '34'], $int->mapToString()->toArray());
+ $this->assertEquals(['23', '34'], $int->mapToString('strval')->toArray());
20
}
21
0 commit comments