From d5347f1e41d6515d8f246671a456c344b13e2a9e Mon Sep 17 00:00:00 2001 From: NEGits <33746490+NEGits@users.noreply.github.com> Date: Wed, 22 Apr 2020 10:47:38 +0200 Subject: [PATCH] Fix typo/copy-paste error in SupportCollectionTest --- tests/Support/SupportCollectionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; } /**