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

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