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

    r22713 r22719  
    5151        $this->expected = null; 
    5252 
    53         $this->actual = SC_Helper_BestProducts::getBestProducts('1001'); 
     53        $this->actual = $objHelperBestProducts->getBestProducts('1001'); 
    5454 
    5555        $this->verify(); 
     
    6464        $this->expected = null; 
    6565 
    66         $this->actual = SC_Helper_BestProducts::getBestProducts('1001'); 
     66        $this->actual = $objHelperBestProducts->getBestProducts('1001'); 
    6767 
    6868        $this->verify(); 
    6969 
    70         $this->actual = SC_Helper_BestProducts::getBestProducts('1003'); 
     70        $this->actual = $objHelperBestProducts->getBestProducts('1003'); 
    7171 
    7272        $this->verify(); 
Note: See TracChangeset for help on using the changeset viewer.