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

    r22567 r22796  
    3434 * @version $Id$ 
    3535 */ 
    36 class SC_Utils_sfGetHashString_authTypeHmacTest extends Common_TestCase 
    37 { 
     36class SC_Utils_sfGetHashString_authTypeHmacTest extends Common_TestCase { 
    3837 
    3938 
    40   protected function setUp() 
    41   { 
     39  protected function setUp() { 
    4240    parent::setUp(); 
    4341  } 
    4442 
    45   protected function tearDown() 
    46   { 
     43  protected function tearDown() { 
    4744    parent::tearDown(); 
    4845  } 
    4946 
    5047  ///////////////////////////////////////// 
    51   public function testSfGetHashString_暗号化ありの設定になっている場合_文字列が変換される() 
    52   { 
     48  public function testSfGetHashString_暗号化ありの設定になっている場合_文字列が変換される() { 
    5349    $input = 'hello, world'; 
    5450    $salt = 'sample'; 
     
    5955  } 
    6056 
    61   public function testSfGetHashString_暗号化ありの設定になっていてsaltがない場合_文字列が変換される() 
    62   { 
     57  public function testSfGetHashString_暗号化ありの設定になっていてsaltがない場合_文字列が変換される() { 
    6358    $input = 'hello, world'; 
    6459    $output = SC_Utils::sfGetHashString($input); 
Note: See TracChangeset for help on using the changeset viewer.