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

    r22206 r22567  
    3232 * @version $Id$ 
    3333 */ 
    34 class SC_Helper_Purchase_unsetAllShippingTempTest extends SC_Helper_Purchase_TestBase { 
     34class SC_Helper_Purchase_unsetAllShippingTempTest extends SC_Helper_Purchase_TestBase 
     35{ 
    3536 
    36   protected function setUp() { 
     37  protected function setUp() 
     38  { 
    3739    parent::setUp(); 
    3840 
     
    4244  } 
    4345 
    44   protected function tearDown() { 
     46  protected function tearDown() 
     47  { 
    4548    parent::tearDown(); 
    4649  } 
    4750 
    4851  ///////////////////////////////////////// 
    49   public function testUnsetAllShippingTemp_複数配送も破棄するフラグがOFFの場合_情報の一部が破棄される() { 
     52  public function testUnsetAllShippingTemp_複数配送も破棄するフラグがOFFの場合_情報の一部が破棄される() 
     53  { 
    5054    SC_Helper_Purchase::unsetAllShippingTemp(); 
    5155 
     
    5761  } 
    5862 
    59   public function testUnsetAllShippingTemp_複数配送も破棄するフラグがONの場合_全ての情報が破棄される() { 
     63  public function testUnsetAllShippingTemp_複数配送も破棄するフラグがONの場合_全ての情報が破棄される() 
     64  { 
    6065    SC_Helper_Purchase::unsetAllShippingTemp(TRUE); 
    6166 
Note: See TracChangeset for help on using the changeset viewer.