Skip to content

Commit

Permalink
Update tests/Support/SupportCollectionTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Mar 4, 2024
1 parent 78fc4bf commit f580181
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Support/SupportCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2077,9 +2077,7 @@ public function testSortByAlwaysReturnsAssoc($collection)
$this->assertEquals([1 => ['sort' => 1], 0 => ['sort' => 2]], $data->all());
}

/**
* @dataProvider collectionClassProvider
*/
#[DataProvider('collectionClassProvider')]
public function testSortByMany($collection)
{
$data = new $collection([['item' => '1'], ['item' => '10'], ['item' => 5], ['item' => 20]]);
Expand Down

0 comments on commit f580181

Please sign in to comment.