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

#2183 テストfunction名の修正

File:
1 edited

Legend:

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

    r22656 r22660  
    4545    /** best_idが存在しない場合、空を返す。 
    4646     */ 
    47     public function testGetBestProducts_おすすめidが存在しない場合空を返す() 
     47    public function testGetBestProducts_おすすめidが存在しない場合_空を返す() 
    4848    { 
    4949        $best_id = '9999'; 
     
    5656 
    5757    // best_idが存在する場合、対応した結果を取得できる。 
    58     public function testGetBestProducts_おすすめIDが存在する場合対応した結果を取得できる(){ 
     58    public function testGetBestProducts_おすすめIDが存在する場合_対応した結果を取得できる(){ 
    5959 
    6060        $best_id = '1001'; 
     
    8484 
    8585    // best_idが存在するが、del_flg=1の場合、空が帰る。 
    86     public function testGetBestProducts_おすすめIDがあり、かつ削除済みの場合、空が返る(){ 
     86    public function testGetBestProducts_おすすめIDがあり_かつ削除済みの場合_空が返る(){ 
    8787 
    8888        $best_id = '1002'; 
     
    9696 
    9797    // best_idが存在するが、del_flg=1の場合、かつ。$has_deleted=trueを指定 
    98     public function testGetBestProducts_削除済みでかつhas_deletedがtrueの場合対応した結果が返る(){ 
     98    public function testGetBestProducts_削除済みでかつhas_deletedがtrueの場合_対応した結果が返る(){ 
    9999 
    100100        $best_id = '1002'; 
Note: See TracChangeset for help on using the changeset viewer.