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/util/SC_Utils/SC_Utils_sfGetHashString_authTypePlainTest.php

    r22206 r22567  
    3434 * @version $Id$ 
    3535 */ 
    36 class SC_Utils_sfGetHashString_authTypePlainTest extends Common_TestCase { 
     36class SC_Utils_sfGetHashString_authTypePlainTest extends Common_TestCase 
     37{ 
    3738 
    3839 
    39   protected function setUp() { 
     40  protected function setUp() 
     41  { 
    4042    parent::setUp(); 
    4143  } 
    4244 
    43   protected function tearDown() { 
     45  protected function tearDown() 
     46  { 
    4447    parent::tearDown(); 
    4548  } 
     
    4750  ///////////////////////////////////////// 
    4851  /** 
    49   public function testSfGetHashString_暗号化なしの設定になっている場合_文字列が変換されない() { 
     52  public function testSfGetHashString_暗号化なしの設定になっている場合_文字列が変換されない() 
     53  { 
    5054    $input = 'hello, world'; 
    5155 
Note: See TracChangeset for help on using the changeset viewer.