Ignore:
Timestamp:
2013/02/18 19:09:54 (11 years ago)
Author:
shutta
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)
Zend Framework PHP 標準コーディング規約のコーディングスタイルへ準拠。
classおよびfunctionの開始波括弧「{」のスタイルを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_sfUpdateOrderNameColTest.php

    r22206 r22567  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Helper_Purchase_sfUpdateOrderNameColTest extends SC_Helper_Purchase_TestBase { 
     34class SC_Helper_Purchase_sfUpdateOrderNameColTest extends SC_Helper_Purchase_TestBase 
     35{ 
    3536  var $helper; 
    3637 
    37   protected function setUp() { 
     38  protected function setUp() 
     39  { 
    3840    parent::setUp(); 
    3941    $this->setUpOrder(); 
     
    4749  } 
    4850 
    49   protected function tearDown() { 
     51  protected function tearDown() 
     52  { 
    5053    parent::tearDown(); 
    5154  } 
    5255 
    5356  ///////////////////////////////////////// 
    54   public function testSfUpdateOrderNameCol_TEMPフラグがOFFの場合_受注テーブルと発送テーブルが更新される() { 
     57  public function testSfUpdateOrderNameCol_TEMPフラグがOFFの場合_受注テーブルと発送テーブルが更新される() 
     58  { 
    5559    $order_id = '1002'; 
    5660 
     
    7377  } 
    7478 
    75   public function testSfUpdateOrderNameCol_TEMPフラグがONの場合_一時テーブルが更新される() { 
     79  public function testSfUpdateOrderNameCol_TEMPフラグがONの場合_一時テーブルが更新される() 
     80  { 
    7681    $order_id = '1002'; 
    7782 
Note: See TracChangeset for help on using the changeset viewer.