Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

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

    r22567 r22796  
    66 * 
    77 */ 
    8 class SC_Product_getDetailTest extends SC_Product_TestBase 
    9 { 
     8class SC_Product_getDetailTest extends SC_Product_TestBase { 
    109 
    11     protected function setUp() 
    12     { 
     10    protected function setUp() { 
    1311        parent::setUp(); 
    1412        $this->objProducts = new SC_Product_Ex(); 
    1513    } 
    1614 
    17     protected function tearDown() 
    18     { 
     15    protected function tearDown() { 
    1916        parent::tearDown(); 
    2017    } 
     
    2219    ///////////////////////////////////////// 
    2320 
    24     public function testGetDetail_商品IDの詳細情報を返す() 
    25     { 
     21    public function testGetDetail_商品IDの詳細情報を返す() { 
    2622        $this->setUpProductClass(); 
    2723        $this->setUpProducts(); 
     
    5450                ,'del_flg' => '0' 
    5551                ,'update_date' => $arrRet[0] 
    56                 ,'price01_min_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 
    57                 ,'price01_max_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 
    58                 ,'price02_min_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 
    59                 ,'price02_max_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 
     52                ,'price01_min_inctax' => SC_Helper_DB::sfCalcIncTax('1500') 
     53                ,'price01_max_inctax' => SC_Helper_DB::sfCalcIncTax('1500') 
     54                ,'price02_min_inctax' => SC_Helper_DB::sfCalcIncTax('1500') 
     55                ,'price02_max_inctax' => SC_Helper_DB::sfCalcIncTax('1500') 
    6056                ,'maker_id' => null 
    6157                ,'comment4' => null 
Note: See TracChangeset for help on using the changeset viewer.