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/helper/SC_Helper_Purchase/SC_Helper_Purchase_getShippingTempTest.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Helper_Purchase_getShippingTempTest extends SC_Helper_Purchase_TestBase 
    35 { 
     34class SC_Helper_Purchase_getShippingTempTest extends SC_Helper_Purchase_TestBase { 
    3635 
    37   protected function setUp() 
    38   { 
     36  protected function setUp() { 
    3937    parent::setUp(); 
    4038  } 
    4139 
    42   protected function tearDown() 
    43   { 
     40  protected function tearDown() { 
    4441    parent::tearDown(); 
    4542  } 
    4643 
    4744  ///////////////////////////////////////// 
    48   public function testGetShippingTemp_保有フラグがOFFの場合_セッション情報を取得する() 
    49   { 
     45  public function testGetShippingTemp_保有フラグがOFFの場合_セッション情報を取得する() { 
    5046    $this->setUpShipping($this->getMultipleShipping()); 
    5147 
     
    5652  } 
    5753 
    58   public function testGetShippingTemp_保有フラグがONの場合_商品のある情報のみ取得する() 
    59   { 
     54  public function testGetShippingTemp_保有フラグがONの場合_商品のある情報のみ取得する() { 
    6055    $this->setUpShipping($this->getMultipleShipping()); 
    6156 
Note: See TracChangeset for help on using the changeset viewer.