Skip to content

Commit

Permalink
tests: Remove duplicated tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Mar 27, 2022
1 parent ac9ade3 commit 2a0c84d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/unit/Traits/GenericCollectionProviders.php
Original file line number Diff line number Diff line change
Expand Up @@ -3500,16 +3500,6 @@ public function scanLeftOperationProvider()
[],
[0 => 3],
];

yield [
$operation,
[
$callback,
42,
],
[],
[42],
];
}

public function scanRight1OperationProvider()
Expand Down Expand Up @@ -3581,16 +3571,6 @@ public function scanRightOperationProvider()
[],
[3],
];

yield [
$operation,
[
$callback,
42,
],
[],
[42],
];
}

public function shuffleOperationProvider()
Expand Down

0 comments on commit 2a0c84d

Please sign in to comment.