From 65f1596eae89934c616e51853ec771af2cbb8718 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 14 Jul 2018 15:03:05 +0800 Subject: [PATCH] fix test of SkinlibController --- tests/SkinlibControllerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/SkinlibControllerTest.php b/tests/SkinlibControllerTest.php index ffef3be9..26722962 100644 --- a/tests/SkinlibControllerTest.php +++ b/tests/SkinlibControllerTest.php @@ -121,6 +121,7 @@ class SkinlibControllerTest extends TestCase // Sort by `likes` $expected = $skins + ->sortBy('name') ->sortByDesc('likes') ->values(); $this->getJson('/skinlib/data?sort=likes')