create(); $this->getAs('api/queue/fetch?order=rand&limit=5') ->assertJsonStructure(['*' => SongTest::JSON_STRUCTURE]) ->assertJsonCount(5, '*'); $this->getAs('api/queue/fetch?order=asc&sort=title&limit=5') ->assertJsonStructure(['*' => SongTest::JSON_STRUCTURE]) ->assertJsonCount(5, '*'); } }