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_saveBestProductsTest.php

    r22695 r22719  
    6060        ); 
    6161 
    62         $result = SC_Helper_BestProducts::saveBestProducts($sqlVal); 
     62        $result = SC_Helper_BestProducts_Ex::saveBestProducts($sqlVal); 
    6363 
    6464        $this->expected = array( 
     
    7373        ); 
    7474 
    75         $this->actual = SC_Helper_BestProducts::getBestProducts('1001'); 
     75        $this->actual = SC_Helper_BestProducts_Ex::getBestProducts('1001'); 
    7676 
    77         $arrRet = SC_Helper_BestProducts::getBestProducts('1001'); 
     77        $arrRet = SC_Helper_BestProducts_Ex::getBestProducts('1001'); 
    7878 
    7979 
     
    108108            ); 
    109109 
    110             $best_id = SC_Helper_BestProducts::saveBestProducts($sqlVal); 
     110            $best_id = SC_Helper_BestProducts_Ex::saveBestProducts($sqlVal); 
    111111 
    112112            $this->expected = array( 
     
    120120            ); 
    121121 
    122             $arrRet = SC_Helper_BestProducts::getBestProducts($best_id); 
     122            $arrRet = SC_Helper_BestProducts_Ex::getBestProducts($best_id); 
    123123 
    124124 
     
    154154            ); 
    155155 
    156             $best_id = SC_Helper_BestProducts::saveBestProducts($sqlVal); 
     156            $best_id = SC_Helper_BestProducts_Ex::saveBestProducts($sqlVal); 
    157157 
    158158            $this->expected = "4"; //ランク 
    159159 
    160             $arrRet = SC_Helper_BestProducts::getBestProducts($best_id); 
     160            $arrRet = SC_Helper_BestProducts_Ex::getBestProducts($best_id); 
    161161 
    162162 
Note: See TracChangeset for help on using the changeset viewer.