コード例 #1
0
 function test_customer_service_rating_badge()
 {
     $rvm = new ReevooMarkApi('REV', false, 'http://my_url');
     $this->assertEqual($rvm->customerServiceRatingBadge(array("trkref" => "REV", "variant" => "stars")), '<a class="reevoo_reputation customer_service stars_variant" href="http://my_url/retailer/REV"></a>');
 }
コード例 #2
0
 function customerServiceRatingBadge($options = array())
 {
     echo parent::customerServiceRatingBadge($options);
 }