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

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Helper_Purchase_cleanupSessionTest extends SC_Helper_Purchase_TestBase 
    35 { 
     34class SC_Helper_Purchase_cleanupSessionTest extends SC_Helper_Purchase_TestBase { 
    3635 
    37   protected function setUp() 
    38   { 
     36  protected function setUp() { 
    3937    parent::setUp(); 
    4038    $this->setUpProductClass(); 
    4139  } 
    4240 
    43   protected function tearDown() 
    44   { 
     41  protected function tearDown() { 
    4542    parent::tearDown(); 
    4643  } 
    4744 
    4845  ///////////////////////////////////////// 
    49   public function testCleanupSession__カートとセッションの配送情報が削除される() 
    50   { 
     46  public function testCleanupSession__カートとセッションの配送情報が削除される() { 
    5147    // 引数の準備 
    5248    $helper = new SC_Helper_Purchase(); 
Note: See TracChangeset for help on using the changeset viewer.