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

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Helper_Purchase_unsetShippingTempTest extends SC_Helper_Purchase_TestBase 
    35 { 
     34class SC_Helper_Purchase_unsetShippingTempTest extends SC_Helper_Purchase_TestBase { 
    3635 
    37   protected function setUp() 
    38   { 
     36  protected function setUp() { 
    3937    parent::setUp(); 
    4038 
     
    4442  } 
    4543 
    46   protected function tearDown() 
    47   { 
     44  protected function tearDown() { 
    4845    parent::tearDown(); 
    4946  } 
    5047 
    5148  ///////////////////////////////////////// 
    52   public function testUnsetShippingTemp__配送情報がすべて破棄される() 
    53   { 
     49  public function testUnsetShippingTemp__配送情報がすべて破棄される() { 
    5450    SC_Helper_Purchase::unsetShippingTemp(TRUE); 
    5551 
Note: See TracChangeset for help on using the changeset viewer.