Skip to content

Commit

Permalink
Update Infection score.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 31, 2019
1 parent faa0112 commit 4ad72c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/drupol/collection/CollectionSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ public function it_can_pluck(): void
->shouldIterateAs([0 => [0 => 0], 1 => [0 => 1], 2 => [0 => 2], 3 => [0 => 3], 4 => [0 => 4], 5 => [0 => 5], 6 => [0 => $six]]);

$this::with($input)
->pluck('foo.bar')
->pluck('.foo.bar.')
->shouldIterateAs([0 => 0, 1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5, 6 => $six]);

$this::with($input)
Expand Down

0 comments on commit 4ad72c2

Please sign in to comment.