Skip to content

Commit 7ad7524

Browse files
carusogabrieltaylorotwell
authored andcommitted
Small fix typo (#21910)
1 parent 2b4aa9f commit 7ad7524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/SupportCollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ public function testCollapse()
732732
$this->assertEquals([$object1, $object2], $data->collapse()->all());
733733
}
734734

735-
public function testCollapseWithNestedCollactions()
735+
public function testCollapseWithNestedCollections()
736736
{
737737
$data = new Collection([new Collection([1, 2, 3]), new Collection([4, 5, 6])]);
738738
$this->assertEquals([1, 2, 3, 4, 5, 6], $data->collapse()->all());

0 commit comments

Comments
 (0)