Ignore:
Timestamp:
2013/01/03 17:41:10 (11 years ago)
Author:
poego
Message:

#1993 SC_Productテスト関数の命名を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/tests/class/SC_Product/SC_Product_findProductIdsOrderTest.php

    r22190 r22192  
    4747    } 
    4848     
    49     public function testFindProductIdsOrder_arrOrderData設定時() { 
     49    public function testFindProductIdsOrder_arrOrderDataの設定による並び順() { 
    5050        $this->setUpProductClass(); 
    5151        $this->setUpProducts(); 
     
    5858        $this->actual = $this->objProducts->findProductIdsOrder($this->objQuery); 
    5959 
    60         $this->verify('arrOrderData設定'); 
     60        $this->verify('arrOrderData設定'); 
    6161    } 
    6262     
Note: See TracChangeset for help on using the changeset viewer.