How to set query parameters with same name as Guzzle?

I have no problem setting query parameters in Guzzle. But I can't add parameters with the same name. My query params array is below. $query_params = array( 'test' => 'abc', ...