Ignore:
Timestamp:
2013/03/10 12:00:17 (11 years ago)
Author:
hiro151
Message:

#2183 SC_Helper_BestProductsを拡張クラスを使うよう修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tests/tests/class/helper/SC_Helper_BestProducts/SC_Helper_BestProducts_rankDownTest.php

    r22689 r22719  
    4444    public function testRankDown_指定されたデータがランクダウンされる(){ 
    4545 
    46         SC_Helper_BestProducts::rankDown("1001"); 
     46        SC_Helper_BestProducts_Ex::rankDown("1001"); 
    4747 
    4848        $this->expected = "2"; 
    4949 
    50         $arrRet = SC_Helper_BestProducts::getBestProducts('1001'); 
     50        $arrRet = SC_Helper_BestProducts_Ex::getBestProducts('1001'); 
    5151 
    5252        $this->actual = $arrRet['rank']; 
Note: See TracChangeset for help on using the changeset viewer.