Exemplo n.º 1
0
 public function testGetAggregateRating()
 {
     $params = $this->getParams();
     $_SERVER['HTTP_USER_AGENT'] = "google";
     $obj = new Reviews($params);
     $res = $obj->getAggregateRating();
     $this->assertNotEmpty($res);
 }