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

    r22660 r22719  
    5151 
    5252        $this->expected = array(); 
    53         $this->actual = SC_Helper_BestProducts::getList(); 
     53        $this->actual = SC_Helper_BestProducts_Ex::getList(); 
    5454 
    5555        $this->verify(); 
     
    9090 
    9191 
    92         $this->actual = SC_Helper_BestProducts::getList(); 
     92        $this->actual = SC_Helper_BestProducts_Ex::getList(); 
    9393        $this->verify(); 
    9494 
     
    141141 
    142142 
    143         $this->actual = SC_Helper_BestProducts::getList(0,0,true); 
     143        $this->actual = SC_Helper_BestProducts_Ex::getList(0,0,true); 
    144144        $this->verify(); 
    145145 
     
    168168 
    169169 
    170         $this->actual = SC_Helper_BestProducts::getList(1,2); 
     170        $this->actual = SC_Helper_BestProducts_Ex::getList(1,2); 
    171171        $this->verify(); 
    172172 
     
    194194        ); 
    195195 
    196         $this->actual = SC_Helper_BestProducts::getList(1,0); 
     196        $this->actual = SC_Helper_BestProducts_Ex::getList(1,0); 
    197197        $this->verify(); 
    198198 
Note: See TracChangeset for help on using the changeset viewer.