Ignore:
Timestamp:
2013/06/08 18:59:30 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/tests/class/helper/SC_Helper_BestProducts/SC_Helper_BestProducts_saveBestProductsTest.php

    r22856 r22857  
    7676        $arrRet = SC_Helper_BestProducts_Ex::getBestProducts('1001'); 
    7777 
    78  
    7978        $this->actual = Test_Utils::mapArray($arrRet, 
    8079            array('product_id', 
     
    120119            $arrRet = SC_Helper_BestProducts_Ex::getBestProducts($best_id); 
    121120 
    122  
    123121            $this->actual = Test_Utils::mapArray($arrRet, 
    124122                array('product_id', 
     
    156154            $arrRet = SC_Helper_BestProducts_Ex::getBestProducts($best_id); 
    157155 
    158  
    159156            $this->actual = $arrRet['rank']; 
    160157 
     
    162159        } 
    163160    } 
    164  
    165161} 
    166162 
Note: See TracChangeset for help on using the changeset viewer.