Ejemplo n.º 1
0
 public function testGetContent()
 {
     $params = $this->getParams();
     $_SERVER['HTTP_USER_AGENT'] = "google";
     $obj = new SellerRatings($params);
     $res = $obj->getContent();
     $this->assertNotEmpty($res);
 }