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

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Helper_Purchase_sfUpdateOrderNameColTest extends SC_Helper_Purchase_TestBase 
    35 { 
     34class SC_Helper_Purchase_sfUpdateOrderNameColTest extends SC_Helper_Purchase_TestBase { 
    3635  var $helper; 
    3736 
    38   protected function setUp() 
    39   { 
     37  protected function setUp() { 
    4038    parent::setUp(); 
    4139    $this->setUpOrder(); 
     
    4947  } 
    5048 
    51   protected function tearDown() 
    52   { 
     49  protected function tearDown() { 
    5350    parent::tearDown(); 
    5451  } 
    5552 
    5653  ///////////////////////////////////////// 
    57   public function testSfUpdateOrderNameCol_TEMPフラグがOFFの場合_受注テーブルと発送テーブルが更新される() 
    58   { 
     54  public function testSfUpdateOrderNameCol_TEMPフラグがOFFの場合_受注テーブルと発送テーブルが更新される() { 
    5955    $order_id = '1002'; 
    6056 
     
    7773  } 
    7874 
    79   public function testSfUpdateOrderNameCol_TEMPフラグがONの場合_一時テーブルが更新される() 
    80   { 
     75  public function testSfUpdateOrderNameCol_TEMPフラグがONの場合_一時テーブルが更新される() { 
    8176    $order_id = '1002'; 
    8277 
Note: See TracChangeset for help on using the changeset viewer.