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

    r22191 r22192  
    1919    ///////////////////////////////////////// 
    2020 
    21     public function testGetProductStatus_商品ID指定なし() { 
     21    public function testGetProductStatus_商品IDなしは空の配列を返す() { 
    2222        $this->setUpProductClass(); 
    2323        $this->setUpProducts(); 
     
    3333    } 
    3434     
    35     public function testGetProductStatus_商品ID指定() { 
     35    public function testGetProductStatus_指定した商品IDの商品ステータスを返す() { 
    3636        $this->setUpProductClass(); 
    3737        $this->setUpProducts(); 
Note: See TracChangeset for help on using the changeset viewer.