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')