diff --git a/tests/Support/SupportCollectionTest.php b/tests/Support/SupportCollectionTest.php index 7d51d4673fcd..666376e8ec58 100755 --- a/tests/Support/SupportCollectionTest.php +++ b/tests/Support/SupportCollectionTest.php @@ -2284,7 +2284,7 @@ public function sortByRating(array $value) public function sortByUrl(array $value) { - return $value['rating']; + return $value['url']; } /**