public function testConstructParams()
 {
     $params = array('a' => 1, 'b' => 2, 'c' => 3);
     $this->assertEquals('1/2/3', Transport::constructParams($params, array('a', 'b', 'c')));
 }
 public function ftestLocationAutosuggest()
 {
     $result = $this->transport->locationAutosuggest(array('market' => 'UK', 'currency' => 'GBP', 'locale' => 'en-GB', 'query' => 'kul'));
 }