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

    r22567 r22796  
    66 * 
    77 */ 
    8 class SC_Product_getListsByProductIdsTest extends SC_Product_TestBase 
    9 { 
     8class SC_Product_getListsByProductIdsTest 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 testGetListByProductIds_商品ID指定がない場合は空配列() 
    25     { 
     21    public function testGetListByProductIds_商品ID指定がない場合は空配列() { 
    2622        $this->setUpProductClass(); 
    2723        $this->setUpProducts(); 
     
    3531    } 
    3632     
    37     public function testGetListByProductIds_指定の商品IDで情報を取得する() 
    38     { 
     33    public function testGetListByProductIds_指定の商品IDで情報を取得する() { 
    3934        $this->setUpProductClass(); 
    4035        $this->setUpProducts(); 
     
    6964                ,'del_flg' => '0' 
    7065                ,'update_date' => $arrRet[0] 
    71                 ,'price01_min_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 
    72                 ,'price01_max_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 
    73                 ,'price02_min_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 
    74                 ,'price02_max_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 
     66                ,'price01_min_inctax' => SC_Helper_DB::sfCalcIncTax('1500') 
     67                ,'price01_max_inctax' => SC_Helper_DB::sfCalcIncTax('1500') 
     68                ,'price02_min_inctax' => SC_Helper_DB::sfCalcIncTax('1500') 
     69                ,'price02_max_inctax' => SC_Helper_DB::sfCalcIncTax('1500') 
    7570            ) 
    7671        ); 
Note: See TracChangeset for help on using the changeset viewer.