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

    r22656 r22660  
    5656    } 
    5757 
    58     public function testGetList_データがある場合想定した結果が返る(){ 
     58    public function testGetList_データがある場合_想定した結果が返る(){ 
    5959 
    6060        $this->setUpBestProducts(); 
     
    148148 
    149149 
    150     public function testGetList_ページングが想定した結果が返る12(){ 
     150    public function testGetList_ページングが想定した結果が返る_表示件数1_ページ番号2(){ 
    151151 
    152152        $this->setUpBestProducts(); 
     
    174174 
    175175 
    176     public function testGetList_ページングが想定した結果が返る10(){ 
     176    public function testGetList_ページングが想定した結果が返る_表示件数1_ページ番号0(){ 
    177177 
    178178        $this->setUpBestProducts(); 
Note: See TracChangeset for help on using the changeset viewer.