function test_product_series_badge()
 {
     $rvm = new ReevooMarkApi('REV', false, 'http://my_url');
     $this->assertEqual($rvm->productSeriesBadge(array("trkref" => "REV", "variant" => "stars", "sku" => "123")), '<a class="reevoomark stars_variant" href="http://my_url/partner/REV/series:123"></a>');
 }
 function productSeriesBadge($options = array())
 {
     echo parent::productSeriesBadge($options);
 }