function test_overall_service_rating_badge()
 {
     $rvm = new ReevooMarkApi('REV', false, 'http://my_url');
     $this->assertEqual($rvm->overallServiceRatingBadge(array("trkref" => "REV", "variant" => "stars")), '<a class="reevoo_reputation stars_variant" href="http://my_url/retailer/REV"></a>');
 }
 function overallServiceRatingBadge($options = array())
 {
     echo parent::overallServiceRatingBadge($options);
 }